Shades of Tomato #FC6C4A
Tints of Tomato #FC6C4A
RGB
CMYK
RGB Variations
Color information
#FC6C4A (or 0xFC6C4A) is known color: Tomato. HEX triplet: FC, 6C and 4A. RGB value is (252,108,74). Sum of RGB (Red+Green+Blue) = 252+108+74=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 74 (29.30% from 255 or 17.05% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C4A is #0393B5. Grayscale: #939393. Windows color (decimal): -234422 or 4877564. OLE color: 4877564.
HSL color Cylindrical-coordinate representation of color #FC6C4A: hue angle of 11.46º 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 #FC6C4A is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 74 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.01 |
| HSL | 11.46º | 0.97% | 0.64% | - |
| HSV(B) | 11.46º | 0.71% | 0.99% | - |
| XYZ | 46.74 | 31.91 | 10.18 | - |
| YUV | 147.18 | 86.71 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 74 | 0 | 0.57 | 0.71 | 0.01 | 11.46 | 0.97 | 0.64 |
| Hex | FC | 6C | 4A | 0 | 39 | 47 | 1 | B | 61 | 40 |
| Octal | 374 | 154 | 112 | 0 | 71 | 107 | 1 | 13 | 141 | 100 |
| Binary | 11111100 | 1101100 | 1001010 | 0 | 111001 | 1000111 | 1 | 1011 | 1100001 | 1000000 |
Color Harmonies of #FC6C4A
Complementary color
Monochromatic Colors of #FC6C4A
Black with #FC6C4A
Text Example
Text Example
White with #FC6C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C4A; }
p { color: rgb(252,108,74); }
H1.HeaderClassName
{
color: #FC6C4A;
}
.AnyTagClassName
{
color: #FC6C4A;
}
</style>
background-color css
<style>
a { background-color: #FC6C4A; }
a { background-color: rgb(252,108,74); }
div.DivClassName
{
background-color: #FC6C4A;
}
.BgClassName
{
background-color: #FC6C4A;
}
</style>
border-color css
<style>
span { border-color: #FC6C4A; }
span { border-color: rgb(252,108,74); }
td.TdClassName
{
border-color: #FC6C4A;
}
.TagClassName
{
border-color: #FC6C4A;
}
</style>