Shades of Vermilion #F24C10
Tints of Vermilion #F24C10
RGB
CMYK
RGB Variations
Color information
#F24C10 (or 0xF24C10) is known color: Vermilion. HEX triplet: F2, 4C and 10. RGB value is (242,76,16). Sum of RGB (Red+Green+Blue) = 242+76+16=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F24C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24C10 is #0DB3EF. Grayscale: #777777. Windows color (decimal): -898032 or 1068274. OLE color: 1068274.
HSL color Cylindrical-coordinate representation of color #F24C10: hue angle of 15.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F24C10 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 76 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.05 |
| HSL | 15.93º | 0.9% | 0.51% | - |
| HSV(B) | 15.93º | 0.93% | 0.95% | - |
| XYZ | 39.3 | 24.08 | 3.07 | - |
| YUV | 118.79 | 70 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 16 | 0 | 0.69 | 0.93 | 0.05 | 15.93 | 0.9 | 0.51 |
| Hex | F2 | 4C | 10 | 0 | 45 | 5D | 5 | 10 | 5A | 33 |
| Octal | 362 | 114 | 20 | 0 | 105 | 135 | 5 | 20 | 132 | 63 |
| Binary | 11110010 | 1001100 | 10000 | 0 | 1000101 | 1011101 | 101 | 10000 | 1011010 | 110011 |
Color Harmonies of #F24C10
Complementary color
Monochromatic Colors of #F24C10
Black with #F24C10
Text Example
Text Example
White with #F24C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24C10; }
p { color: rgb(242,76,16); }
H1.HeaderClassName
{
color: #F24C10;
}
.AnyTagClassName
{
color: #F24C10;
}
</style>
background-color css
<style>
a { background-color: #F24C10; }
a { background-color: rgb(242,76,16); }
div.DivClassName
{
background-color: #F24C10;
}
.BgClassName
{
background-color: #F24C10;
}
</style>
border-color css
<style>
span { border-color: #F24C10; }
span { border-color: rgb(242,76,16); }
td.TdClassName
{
border-color: #F24C10;
}
.TagClassName
{
border-color: #F24C10;
}
</style>