Shades of Tomato #FC6250
Tints of Tomato #FC6250
RGB
CMYK
RGB Variations
Color information
#FC6250 (or 0xFC6250) is known color: Tomato. HEX triplet: FC, 62 and 50. RGB value is (252,98,80). Sum of RGB (Red+Green+Blue) = 252+98+80=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 80 (31.64% from 255 or 18.60% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6250 is #039DAF. Grayscale: #8E8E8E. Windows color (decimal): -236976 or 5268220. OLE color: 5268220.
HSL color Cylindrical-coordinate representation of color #FC6250: hue angle of 6.28º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC6250 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 98 | 80 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.01 |
| HSL | 6.28º | 0.97% | 0.65% | - |
| HSV(B) | 6.28º | 0.68% | 0.99% | - |
| XYZ | 45.96 | 30.01 | 10.96 | - |
| YUV | 141.99 | 93.02 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 98 | 80 | 0 | 0.61 | 0.68 | 0.01 | 6.28 | 0.97 | 0.65 |
| Hex | FC | 62 | 50 | 0 | 3D | 44 | 1 | 6 | 61 | 41 |
| Octal | 374 | 142 | 120 | 0 | 75 | 104 | 1 | 6 | 141 | 101 |
| Binary | 11111100 | 1100010 | 1010000 | 0 | 111101 | 1000100 | 1 | 110 | 1100001 | 1000001 |
Color Harmonies of #FC6250
Complementary color
Monochromatic Colors of #FC6250
Black with #FC6250
Text Example
Text Example
White with #FC6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6250; }
p { color: rgb(252,98,80); }
H1.HeaderClassName
{
color: #FC6250;
}
.AnyTagClassName
{
color: #FC6250;
}
</style>
background-color css
<style>
a { background-color: #FC6250; }
a { background-color: rgb(252,98,80); }
div.DivClassName
{
background-color: #FC6250;
}
.BgClassName
{
background-color: #FC6250;
}
</style>
border-color css
<style>
span { border-color: #FC6250; }
span { border-color: rgb(252,98,80); }
td.TdClassName
{
border-color: #FC6250;
}
.TagClassName
{
border-color: #FC6250;
}
</style>