Shades of Vermilion #F04901
Tints of Vermilion #F04901
RGB
CMYK
RGB Variations
Color information
#F04901 (or 0xF04901) is known color: Vermilion. HEX triplet: F0, 49 and 01. RGB value is (240,73,1). Sum of RGB (Red+Green+Blue) = 240+73+1=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 1 (0.78% from 255 or 0.32% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F04901 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04901 is #0FB6FE. Grayscale: #737373. Windows color (decimal): -1029887 or 84464. OLE color: 84464.
HSL color Cylindrical-coordinate representation of color #F04901: hue angle of 18.08º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F04901 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 73 | 1 | - |
| CMYK | 0 | 0.70 | 1.00 | 0.06 |
| HSL | 18.08º | 0.99% | 0.47% | - |
| HSV(B) | 18.08º | 1% | 0.94% | - |
| XYZ | 38.32 | 23.29 | 2.5 | - |
| YUV | 114.73 | 63.83 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 73 | 1 | 0 | 0.70 | 1.00 | 0.06 | 18.08 | 0.99 | 0.47 |
| Hex | F0 | 49 | 1 | 0 | 46 | 64 | 6 | 12 | 63 | 2F |
| Octal | 360 | 111 | 1 | 0 | 106 | 144 | 6 | 22 | 143 | 57 |
| Binary | 11110000 | 1001001 | 1 | 0 | 1000110 | 1100100 | 110 | 10010 | 1100011 | 101111 |
Color Harmonies of #F04901
Complementary color
Monochromatic Colors of #F04901
Black with #F04901
Text Example
Text Example
White with #F04901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04901; }
p { color: rgb(240,73,1); }
H1.HeaderClassName
{
color: #F04901;
}
.AnyTagClassName
{
color: #F04901;
}
</style>
background-color css
<style>
a { background-color: #F04901; }
a { background-color: rgb(240,73,1); }
div.DivClassName
{
background-color: #F04901;
}
.BgClassName
{
background-color: #F04901;
}
</style>
border-color css
<style>
span { border-color: #F04901; }
span { border-color: rgb(240,73,1); }
td.TdClassName
{
border-color: #F04901;
}
.TagClassName
{
border-color: #F04901;
}
</style>