Shades of Tomato #FC6E4A
Tints of Tomato #FC6E4A
RGB
CMYK
RGB Variations
Color information
#FC6E4A (or 0xFC6E4A) is known color: Tomato. HEX triplet: FC, 6E and 4A. RGB value is (252,110,74). Sum of RGB (Red+Green+Blue) = 252+110+74=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6E4A is #0391B5. Grayscale: #949494. Windows color (decimal): -233910 or 4878076. OLE color: 4878076.
HSL color Cylindrical-coordinate representation of color #FC6E4A: hue angle of 12.13º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC6E4A is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 74 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.01 |
| HSL | 12.13º | 0.97% | 0.64% | - |
| HSV(B) | 12.13º | 0.71% | 0.99% | - |
| XYZ | 46.96 | 32.34 | 10.25 | - |
| YUV | 148.35 | 86.04 | 201.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 74 | 0 | 0.56 | 0.71 | 0.01 | 12.13 | 0.97 | 0.64 |
| Hex | FC | 6E | 4A | 0 | 38 | 47 | 1 | C | 61 | 40 |
| Octal | 374 | 156 | 112 | 0 | 70 | 107 | 1 | 14 | 141 | 100 |
| Binary | 11111100 | 1101110 | 1001010 | 0 | 111000 | 1000111 | 1 | 1100 | 1100001 | 1000000 |
Color Harmonies of #FC6E4A
Complementary color
Monochromatic Colors of #FC6E4A
Black with #FC6E4A
Text Example
Text Example
White with #FC6E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E4A; }
p { color: rgb(252,110,74); }
H1.HeaderClassName
{
color: #FC6E4A;
}
.AnyTagClassName
{
color: #FC6E4A;
}
</style>
background-color css
<style>
a { background-color: #FC6E4A; }
a { background-color: rgb(252,110,74); }
div.DivClassName
{
background-color: #FC6E4A;
}
.BgClassName
{
background-color: #FC6E4A;
}
</style>
border-color css
<style>
span { border-color: #FC6E4A; }
span { border-color: rgb(252,110,74); }
td.TdClassName
{
border-color: #FC6E4A;
}
.TagClassName
{
border-color: #FC6E4A;
}
</style>