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.

#ff6347 tomato

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



Gradation color code


ffd8d1

ffd0c7

ffc8be

ffc0b5

ffb8ac

ffb1a3

ffa999

ffa190

ff9987

ff917e

ff8a75

ff826b

ff7a62

ff7259

ff6a50

f25e43

e5593f

d8543c

cc4f38

bf4a35

b24531

a5402e

993b2a

8c3627

7f3123

722c1f

66271c

592218

4c1d15

3f1811


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

				.tomato{
	color : #ff6347;
}
				

Or

.tomato {
color : tomato;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:tomato">
	This color istomato.
	</span>
				


Applying CSS
This color istomato.



RGB (three primary color) values

R : 255
G : 99
B : 71



Back to top

Color Floresta.