Shades of Vermilion #F24F18
Tints of Vermilion #F24F18
RGB
CMYK
RGB Variations
Color information
#F24F18 (or 0xF24F18) is known color: Vermilion. HEX triplet: F2, 4F and 18. RGB value is (242,79,24). Sum of RGB (Red+Green+Blue) = 242+79+24=345 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.14% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 242 - color contains mainly: red. Hex color #F24F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F24F18 is #0DB0E7. Grayscale: #797979. Windows color (decimal): -897256 or 1593330. OLE color: 1593330.
HSL color Cylindrical-coordinate representation of color #F24F18: hue angle of 15.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F24F18 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 79 | 24 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.05 |
| HSL | 15.14º | 0.89% | 0.52% | - |
| HSV(B) | 15.14º | 0.9% | 0.95% | - |
| XYZ | 39.58 | 24.54 | 3.51 | - |
| YUV | 121.47 | 73 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 24 | 0 | 0.67 | 0.90 | 0.05 | 15.14 | 0.89 | 0.52 |
| Hex | F2 | 4F | 18 | 0 | 43 | 5A | 5 | F | 59 | 34 |
| Octal | 362 | 117 | 30 | 0 | 103 | 132 | 5 | 17 | 131 | 64 |
| Binary | 11110010 | 1001111 | 11000 | 0 | 1000011 | 1011010 | 101 | 1111 | 1011001 | 110100 |
Color Harmonies of #F24F18
Complementary color
Monochromatic Colors of #F24F18
Black with #F24F18
Text Example
Text Example
White with #F24F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24F18; }
p { color: rgb(242,79,24); }
H1.HeaderClassName
{
color: #F24F18;
}
.AnyTagClassName
{
color: #F24F18;
}
</style>
background-color css
<style>
a { background-color: #F24F18; }
a { background-color: rgb(242,79,24); }
div.DivClassName
{
background-color: #F24F18;
}
.BgClassName
{
background-color: #F24F18;
}
</style>
border-color css
<style>
span { border-color: #F24F18; }
span { border-color: rgb(242,79,24); }
td.TdClassName
{
border-color: #F24F18;
}
.TagClassName
{
border-color: #F24F18;
}
</style>