Shades of Vermilion #F04D18
Tints of Vermilion #F04D18
RGB
CMYK
RGB Variations
Color information
#F04D18 (or 0xF04D18) is known color: Vermilion. HEX triplet: F0, 4D and 18. RGB value is (240,77,24). Sum of RGB (Red+Green+Blue) = 240+77+24=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 77 (30.47% from 255 or 22.58% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D18 is #0FB2E7. Grayscale: #787878. Windows color (decimal): -1028840 or 1592816. OLE color: 1592816.
HSL color Cylindrical-coordinate representation of color #F04D18: hue angle of 14.72º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F04D18 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 24 | - |
| CMYK | 0 | 0.68 | 0.9 | 0.06 |
| HSL | 14.72º | 0.88% | 0.52% | - |
| HSV(B) | 14.72º | 0.9% | 0.94% | - |
| XYZ | 38.75 | 23.9 | 3.43 | - |
| YUV | 119.7 | 74 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 24 | 0 | 0.68 | 0.9 | 0.06 | 14.72 | 0.88 | 0.52 |
| Hex | F0 | 4D | 18 | 0 | 44 | 5A | 6 | F | 58 | 34 |
| Octal | 360 | 115 | 30 | 0 | 104 | 132 | 6 | 17 | 130 | 64 |
| Binary | 11110000 | 1001101 | 11000 | 0 | 1000100 | 1011010 | 110 | 1111 | 1011000 | 110100 |
Color Harmonies of #F04D18
Complementary color
Monochromatic Colors of #F04D18
Black with #F04D18
Text Example
Text Example
White with #F04D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D18; }
p { color: rgb(240,77,24); }
H1.HeaderClassName
{
color: #F04D18;
}
.AnyTagClassName
{
color: #F04D18;
}
</style>
background-color css
<style>
a { background-color: #F04D18; }
a { background-color: rgb(240,77,24); }
div.DivClassName
{
background-color: #F04D18;
}
.BgClassName
{
background-color: #F04D18;
}
</style>
border-color css
<style>
span { border-color: #F04D18; }
span { border-color: rgb(240,77,24); }
td.TdClassName
{
border-color: #F04D18;
}
.TagClassName
{
border-color: #F04D18;
}
</style>