Shades of Vermilion #F04B0E
Tints of Vermilion #F04B0E
RGB
CMYK
RGB Variations
Color information
#F04B0E (or 0xF04B0E) is known color: Vermilion. HEX triplet: F0, 4B and 0E. RGB value is (240,75,14). Sum of RGB (Red+Green+Blue) = 240+75+14=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 14 (5.86% from 255 or 4.26% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04B0E is #0FB4F1. Grayscale: #757575. Windows color (decimal): -1029362 or 936944. OLE color: 936944.
HSL color Cylindrical-coordinate representation of color #F04B0E: hue angle of 16.19º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F04B0E is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 75 | 14 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.06 |
| HSL | 16.19º | 0.89% | 0.5% | - |
| HSV(B) | 16.19º | 0.94% | 0.94% | - |
| XYZ | 38.53 | 23.59 | 2.94 | - |
| YUV | 117.38 | 69.66 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 75 | 14 | 0 | 0.69 | 0.94 | 0.06 | 16.19 | 0.89 | 0.5 |
| Hex | F0 | 4B | E | 0 | 45 | 5E | 6 | 10 | 59 | 32 |
| Octal | 360 | 113 | 16 | 0 | 105 | 136 | 6 | 20 | 131 | 62 |
| Binary | 11110000 | 1001011 | 1110 | 0 | 1000101 | 1011110 | 110 | 10000 | 1011001 | 110010 |
Color Harmonies of #F04B0E
Complementary color
Monochromatic Colors of #F04B0E
Black with #F04B0E
Text Example
Text Example
White with #F04B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04B0E; }
p { color: rgb(240,75,14); }
H1.HeaderClassName
{
color: #F04B0E;
}
.AnyTagClassName
{
color: #F04B0E;
}
</style>
background-color css
<style>
a { background-color: #F04B0E; }
a { background-color: rgb(240,75,14); }
div.DivClassName
{
background-color: #F04B0E;
}
.BgClassName
{
background-color: #F04B0E;
}
</style>
border-color css
<style>
span { border-color: #F04B0E; }
span { border-color: rgb(240,75,14); }
td.TdClassName
{
border-color: #F04B0E;
}
.TagClassName
{
border-color: #F04B0E;
}
</style>