Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#fa8072 salmon

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


fddfdb

fdd8d4

fdd2cd

fdccc6

fcc5bf

fcbfb8

fcb9b1

fcb2aa

fbaca3

fba69c

fb9f95

fb998e

fa9387

fa8c80

fa8679

ed796c

e17366

d46c60

c8665b

bb6055

af594f

a2534a

964c44

89463e

7d4039

703933

64332d

572c27

4b2622

3e201c


Similar colors

khaki
f0e68c
yellow
ffff00
gold
ffd700
pink
ffc0cb

f4a460

ff8c00
goldenrod
daa520
peru
cd853f

b8860b
chocolate
d2691e
sienna
a0522d

8b4513
maroon
800000
darkred
8b0000
brown
a52a2a
firebrick
b22222
indianred
cd5c5c
rosybrown
bc8f8f

e9967a

f08080
salmon
fa8072

ffa07a
coral
ff7f50
tomato
ff6347
orangered
ff4500


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.salmon{
	color : #fa8072;
}
				

Or

.salmon {
color : salmon;
}
				


CSS usage example

<span class="salmon">
This color is salmon.
</span>
				


Write directly in style on HTML

	<span style="color:salmon">
	This color issalmon.
	</span>
				


Applying CSS
This color issalmon.



RGB (three primary color) values

R : 250
G : 128
B : 114



Back to top

Color Floresta.