Shades of Vermilion #F24905
Tints of Vermilion #F24905
RGB
CMYK
RGB Variations
Color information
#F24905 (or 0xF24905) is known color: Vermilion. HEX triplet: F2, 49 and 05. RGB value is (242,73,5). Sum of RGB (Red+Green+Blue) = 242+73+5=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 5 (2.34% from 255 or 1.56% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F24905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24905 is #0DB6FA. Grayscale: #747474. Windows color (decimal): -898811 or 346610. OLE color: 346610.
HSL color Cylindrical-coordinate representation of color #F24905: hue angle of 17.22º degrees, saturation: 0.96, 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 #F24905 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.05 |
| HSL | 17.22º | 0.96% | 0.48% | - |
| HSV(B) | 17.22º | 0.98% | 0.95% | - |
| XYZ | 39.03 | 23.65 | 2.65 | - |
| YUV | 115.78 | 65.49 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 5 | 0 | 0.70 | 0.98 | 0.05 | 17.22 | 0.96 | 0.48 |
| Hex | F2 | 49 | 5 | 0 | 46 | 62 | 5 | 11 | 60 | 30 |
| Octal | 362 | 111 | 5 | 0 | 106 | 142 | 5 | 21 | 140 | 60 |
| Binary | 11110010 | 1001001 | 101 | 0 | 1000110 | 1100010 | 101 | 10001 | 1100000 | 110000 |
Color Harmonies of #F24905
Complementary color
Monochromatic Colors of #F24905
Black with #F24905
Text Example
Text Example
White with #F24905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24905; }
p { color: rgb(242,73,5); }
H1.HeaderClassName
{
color: #F24905;
}
.AnyTagClassName
{
color: #F24905;
}
</style>
background-color css
<style>
a { background-color: #F24905; }
a { background-color: rgb(242,73,5); }
div.DivClassName
{
background-color: #F24905;
}
.BgClassName
{
background-color: #F24905;
}
</style>
border-color css
<style>
span { border-color: #F24905; }
span { border-color: rgb(242,73,5); }
td.TdClassName
{
border-color: #F24905;
}
.TagClassName
{
border-color: #F24905;
}
</style>