Shades of Vermilion #F04A11
Tints of Vermilion #F04A11
RGB
CMYK
RGB Variations
Color information
#F04A11 (or 0xF04A11) is known color: Vermilion. HEX triplet: F0, 4A and 11. RGB value is (240,74,17). Sum of RGB (Red+Green+Blue) = 240+74+17=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A11 is #0FB5EE. Grayscale: #757575. Windows color (decimal): -1029615 or 1133296. OLE color: 1133296.
HSL color Cylindrical-coordinate representation of color #F04A11: hue angle of 15.34º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F04A11 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 17 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.06 |
| HSL | 15.34º | 0.88% | 0.5% | - |
| HSV(B) | 15.34º | 0.93% | 0.94% | - |
| XYZ | 38.49 | 23.46 | 3.03 | - |
| YUV | 117.14 | 71.5 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 17 | 0 | 0.69 | 0.93 | 0.06 | 15.34 | 0.88 | 0.5 |
| Hex | F0 | 4A | 11 | 0 | 45 | 5D | 6 | F | 58 | 32 |
| Octal | 360 | 112 | 21 | 0 | 105 | 135 | 6 | 17 | 130 | 62 |
| Binary | 11110000 | 1001010 | 10001 | 0 | 1000101 | 1011101 | 110 | 1111 | 1011000 | 110010 |
Color Harmonies of #F04A11
Complementary color
Monochromatic Colors of #F04A11
Black with #F04A11
Text Example
Text Example
White with #F04A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A11; }
p { color: rgb(240,74,17); }
H1.HeaderClassName
{
color: #F04A11;
}
.AnyTagClassName
{
color: #F04A11;
}
</style>
background-color css
<style>
a { background-color: #F04A11; }
a { background-color: rgb(240,74,17); }
div.DivClassName
{
background-color: #F04A11;
}
.BgClassName
{
background-color: #F04A11;
}
</style>
border-color css
<style>
span { border-color: #F04A11; }
span { border-color: rgb(240,74,17); }
td.TdClassName
{
border-color: #F04A11;
}
.TagClassName
{
border-color: #F04A11;
}
</style>