Shades of Tomato #FC6241
Tints of Tomato #FC6241
RGB
CMYK
RGB Variations
Color information
#FC6241 (or 0xFC6241) is known color: Tomato. HEX triplet: FC, 62 and 41. RGB value is (252,98,65). Sum of RGB (Red+Green+Blue) = 252+98+65=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 98 (38.67% from 255 or 23.61% from 415); Blue value is 65 (25.78% from 255 or 15.66% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6241 is #039DBE. Grayscale: #8C8C8C. Windows color (decimal): -236991 or 4285180. OLE color: 4285180.
HSL color Cylindrical-coordinate representation of color #FC6241: hue angle of 10.59º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC6241 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 65 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.01 |
| HSL | 10.59º | 0.97% | 0.62% | - |
| HSV(B) | 10.59º | 0.74% | 0.99% | - |
| XYZ | 45.47 | 29.81 | 8.36 | - |
| YUV | 140.28 | 85.52 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 65 | 0 | 0.61 | 0.74 | 0.01 | 10.59 | 0.97 | 0.62 |
| Hex | FC | 62 | 41 | 0 | 3D | 4A | 1 | B | 61 | 3E |
| Octal | 374 | 142 | 101 | 0 | 75 | 112 | 1 | 13 | 141 | 76 |
| Binary | 11111100 | 1100010 | 1000001 | 0 | 111101 | 1001010 | 1 | 1011 | 1100001 | 111110 |
Color Harmonies of #FC6241
Complementary color
Monochromatic Colors of #FC6241
Black with #FC6241
Text Example
Text Example
White with #FC6241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6241; }
p { color: rgb(252,98,65); }
H1.HeaderClassName
{
color: #FC6241;
}
.AnyTagClassName
{
color: #FC6241;
}
</style>
background-color css
<style>
a { background-color: #FC6241; }
a { background-color: rgb(252,98,65); }
div.DivClassName
{
background-color: #FC6241;
}
.BgClassName
{
background-color: #FC6241;
}
</style>
border-color css
<style>
span { border-color: #FC6241; }
span { border-color: rgb(252,98,65); }
td.TdClassName
{
border-color: #FC6241;
}
.TagClassName
{
border-color: #FC6241;
}
</style>