Shades of Tomato #FC604A
Tints of Tomato #FC604A
RGB
CMYK
RGB Variations
Color information
#FC604A (or 0xFC604A) is known color: Tomato. HEX triplet: FC, 60 and 4A. RGB value is (252,96,74). Sum of RGB (Red+Green+Blue) = 252+96+74=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC604A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC604A is #039FB5. Grayscale: #8C8C8C. Windows color (decimal): -237494 or 4874492. OLE color: 4874492.
HSL color Cylindrical-coordinate representation of color #FC604A: hue angle of 7.42º 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 #FC604A is Cyan = 0, Magento = 0.62, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 96 | 74 | - |
| CMYK | 0 | 0.62 | 0.71 | 0.01 |
| HSL | 7.42º | 0.97% | 0.64% | - |
| HSV(B) | 7.42º | 0.71% | 0.99% | - |
| XYZ | 45.56 | 29.56 | 9.78 | - |
| YUV | 140.14 | 90.68 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 96 | 74 | 0 | 0.62 | 0.71 | 0.01 | 7.42 | 0.97 | 0.64 |
| Hex | FC | 60 | 4A | 0 | 3E | 47 | 1 | 7 | 61 | 40 |
| Octal | 374 | 140 | 112 | 0 | 76 | 107 | 1 | 7 | 141 | 100 |
| Binary | 11111100 | 1100000 | 1001010 | 0 | 111110 | 1000111 | 1 | 111 | 1100001 | 1000000 |
Color Harmonies of #FC604A
Complementary color
Monochromatic Colors of #FC604A
Black with #FC604A
Text Example
Text Example
White with #FC604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC604A; }
p { color: rgb(252,96,74); }
H1.HeaderClassName
{
color: #FC604A;
}
.AnyTagClassName
{
color: #FC604A;
}
</style>
background-color css
<style>
a { background-color: #FC604A; }
a { background-color: rgb(252,96,74); }
div.DivClassName
{
background-color: #FC604A;
}
.BgClassName
{
background-color: #FC604A;
}
</style>
border-color css
<style>
span { border-color: #FC604A; }
span { border-color: rgb(252,96,74); }
td.TdClassName
{
border-color: #FC604A;
}
.TagClassName
{
border-color: #FC604A;
}
</style>