Shades of Vermilion #F24904
Tints of Vermilion #F24904
RGB
CMYK
RGB Variations
Color information
#F24904 (or 0xF24904) is known color: Vermilion. HEX triplet: F2, 49 and 04. RGB value is (242,73,4). Sum of RGB (Red+Green+Blue) = 242+73+4=319 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.86% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 242 - color contains mainly: red. Hex color #F24904 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24904 is #0DB6FB. Grayscale: #747474. Windows color (decimal): -898812 or 281074. OLE color: 281074.
HSL color Cylindrical-coordinate representation of color #F24904: hue angle of 17.39º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F24904 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.05 |
| HSL | 17.39º | 0.97% | 0.48% | - |
| HSV(B) | 17.39º | 0.98% | 0.95% | - |
| XYZ | 39.02 | 23.65 | 2.62 | - |
| YUV | 115.67 | 64.99 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 4 | 0 | 0.70 | 0.98 | 0.05 | 17.39 | 0.97 | 0.48 |
| Hex | F2 | 49 | 4 | 0 | 46 | 62 | 5 | 11 | 61 | 30 |
| Octal | 362 | 111 | 4 | 0 | 106 | 142 | 5 | 21 | 141 | 60 |
| Binary | 11110010 | 1001001 | 100 | 0 | 1000110 | 1100010 | 101 | 10001 | 1100001 | 110000 |
Color Harmonies of #F24904
Complementary color
Monochromatic Colors of #F24904
Black with #F24904
Text Example
Text Example
White with #F24904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24904; }
p { color: rgb(242,73,4); }
H1.HeaderClassName
{
color: #F24904;
}
.AnyTagClassName
{
color: #F24904;
}
</style>
background-color css
<style>
a { background-color: #F24904; }
a { background-color: rgb(242,73,4); }
div.DivClassName
{
background-color: #F24904;
}
.BgClassName
{
background-color: #F24904;
}
</style>
border-color css
<style>
span { border-color: #F24904; }
span { border-color: rgb(242,73,4); }
td.TdClassName
{
border-color: #F24904;
}
.TagClassName
{
border-color: #F24904;
}
</style>