Shades of Vermilion #F04D17
Tints of Vermilion #F04D17
RGB
CMYK
RGB Variations
Color information
#F04D17 (or 0xF04D17) is known color: Vermilion. HEX triplet: F0, 4D and 17. RGB value is (240,77,23). Sum of RGB (Red+Green+Blue) = 240+77+23=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D17 is #0FB2E8. Grayscale: #777777. Windows color (decimal): -1028841 or 1527280. OLE color: 1527280.
HSL color Cylindrical-coordinate representation of color #F04D17: hue angle of 14.93º 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 #F04D17 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 23 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.06 |
| HSL | 14.93º | 0.88% | 0.52% | - |
| HSV(B) | 14.93º | 0.9% | 0.94% | - |
| XYZ | 38.74 | 23.89 | 3.38 | - |
| YUV | 119.58 | 73.5 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 23 | 0 | 0.68 | 0.90 | 0.06 | 14.93 | 0.88 | 0.52 |
| Hex | F0 | 4D | 17 | 0 | 44 | 5A | 6 | F | 58 | 34 |
| Octal | 360 | 115 | 27 | 0 | 104 | 132 | 6 | 17 | 130 | 64 |
| Binary | 11110000 | 1001101 | 10111 | 0 | 1000100 | 1011010 | 110 | 1111 | 1011000 | 110100 |
Color Harmonies of #F04D17
Complementary color
Monochromatic Colors of #F04D17
Black with #F04D17
Text Example
Text Example
White with #F04D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D17; }
p { color: rgb(240,77,23); }
H1.HeaderClassName
{
color: #F04D17;
}
.AnyTagClassName
{
color: #F04D17;
}
</style>
background-color css
<style>
a { background-color: #F04D17; }
a { background-color: rgb(240,77,23); }
div.DivClassName
{
background-color: #F04D17;
}
.BgClassName
{
background-color: #F04D17;
}
</style>
border-color css
<style>
span { border-color: #F04D17; }
span { border-color: rgb(240,77,23); }
td.TdClassName
{
border-color: #F04D17;
}
.TagClassName
{
border-color: #F04D17;
}
</style>