Shades of Vermilion #F24901
Tints of Vermilion #F24901
RGB
CMYK
RGB Variations
Color information
#F24901 (or 0xF24901) is known color: Vermilion. HEX triplet: F2, 49 and 01. RGB value is (242,73,1). Sum of RGB (Red+Green+Blue) = 242+73+1=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F24901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24901 is #0DB6FE. Grayscale: #737373. Windows color (decimal): -898815 or 84466. OLE color: 84466.
HSL color Cylindrical-coordinate representation of color #F24901: hue angle of 17.93º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F24901 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 73 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.05 |
| HSL | 17.93º | 0.99% | 0.48% | - |
| HSV(B) | 17.93º | 1% | 0.95% | - |
| XYZ | 39.01 | 23.64 | 2.54 | - |
| YUV | 115.32 | 63.49 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 73 | 1 | 0 | 0.70 | 1.00 | 0.05 | 17.93 | 0.99 | 0.48 |
| Hex | F2 | 49 | 1 | 0 | 46 | 64 | 5 | 12 | 63 | 30 |
| Octal | 362 | 111 | 1 | 0 | 106 | 144 | 5 | 22 | 143 | 60 |
| Binary | 11110010 | 1001001 | 1 | 0 | 1000110 | 1100100 | 101 | 10010 | 1100011 | 110000 |
Color Harmonies of #F24901
Complementary color
Monochromatic Colors of #F24901
Black with #F24901
Text Example
Text Example
White with #F24901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24901; }
p { color: rgb(242,73,1); }
H1.HeaderClassName
{
color: #F24901;
}
.AnyTagClassName
{
color: #F24901;
}
</style>
background-color css
<style>
a { background-color: #F24901; }
a { background-color: rgb(242,73,1); }
div.DivClassName
{
background-color: #F24901;
}
.BgClassName
{
background-color: #F24901;
}
</style>
border-color css
<style>
span { border-color: #F24901; }
span { border-color: rgb(242,73,1); }
td.TdClassName
{
border-color: #F24901;
}
.TagClassName
{
border-color: #F24901;
}
</style>