Shades of Tomato #FC604C
Tints of Tomato #FC604C
RGB
CMYK
RGB Variations
Color information
#FC604C (or 0xFC604C) is known color: Tomato. HEX triplet: FC, 60 and 4C. RGB value is (252,96,76). Sum of RGB (Red+Green+Blue) = 252+96+76=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 76 (30.08% from 255 or 17.92% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC604C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC604C is #039FB3. Grayscale: #8C8C8C. Windows color (decimal): -237492 or 5005564. OLE color: 5005564.
HSL color Cylindrical-coordinate representation of color #FC604C: hue angle of 6.82º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC604C is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 76 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.01 |
| HSL | 6.82º | 0.97% | 0.64% | - |
| HSV(B) | 6.82º | 0.7% | 0.99% | - |
| XYZ | 45.63 | 29.58 | 10.14 | - |
| YUV | 140.36 | 91.68 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 76 | 0 | 0.62 | 0.70 | 0.01 | 6.82 | 0.97 | 0.64 |
| Hex | FC | 60 | 4C | 0 | 3E | 46 | 1 | 7 | 61 | 40 |
| Octal | 374 | 140 | 114 | 0 | 76 | 106 | 1 | 7 | 141 | 100 |
| Binary | 11111100 | 1100000 | 1001100 | 0 | 111110 | 1000110 | 1 | 111 | 1100001 | 1000000 |
Color Harmonies of #FC604C
Complementary color
Monochromatic Colors of #FC604C
Black with #FC604C
Text Example
Text Example
White with #FC604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC604C; }
p { color: rgb(252,96,76); }
H1.HeaderClassName
{
color: #FC604C;
}
.AnyTagClassName
{
color: #FC604C;
}
</style>
background-color css
<style>
a { background-color: #FC604C; }
a { background-color: rgb(252,96,76); }
div.DivClassName
{
background-color: #FC604C;
}
.BgClassName
{
background-color: #FC604C;
}
</style>
border-color css
<style>
span { border-color: #FC604C; }
span { border-color: rgb(252,96,76); }
td.TdClassName
{
border-color: #FC604C;
}
.TagClassName
{
border-color: #FC604C;
}
</style>