Shades of Vermilion #F04C10
Tints of Vermilion #F04C10
RGB
CMYK
RGB Variations
Color information
#F04C10 (or 0xF04C10) is known color: Vermilion. HEX triplet: F0, 4C and 10. RGB value is (240,76,16). Sum of RGB (Red+Green+Blue) = 240+76+16=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C10 is #0FB3EF. Grayscale: #767676. Windows color (decimal): -1029104 or 1068272. OLE color: 1068272.
HSL color Cylindrical-coordinate representation of color #F04C10: hue angle of 16.07º 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 #F04C10 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 76 | 16 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.06 |
| HSL | 16.07º | 0.88% | 0.5% | - |
| HSV(B) | 16.07º | 0.93% | 0.94% | - |
| XYZ | 38.61 | 23.73 | 3.04 | - |
| YUV | 118.2 | 70.33 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 16 | 0 | 0.68 | 0.93 | 0.06 | 16.07 | 0.88 | 0.5 |
| Hex | F0 | 4C | 10 | 0 | 44 | 5D | 6 | 10 | 58 | 32 |
| Octal | 360 | 114 | 20 | 0 | 104 | 135 | 6 | 20 | 130 | 62 |
| Binary | 11110000 | 1001100 | 10000 | 0 | 1000100 | 1011101 | 110 | 10000 | 1011000 | 110010 |
Color Harmonies of #F04C10
Complementary color
Monochromatic Colors of #F04C10
Black with #F04C10
Text Example
Text Example
White with #F04C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04C10; }
p { color: rgb(240,76,16); }
H1.HeaderClassName
{
color: #F04C10;
}
.AnyTagClassName
{
color: #F04C10;
}
</style>
background-color css
<style>
a { background-color: #F04C10; }
a { background-color: rgb(240,76,16); }
div.DivClassName
{
background-color: #F04C10;
}
.BgClassName
{
background-color: #F04C10;
}
</style>
border-color css
<style>
span { border-color: #F04C10; }
span { border-color: rgb(240,76,16); }
td.TdClassName
{
border-color: #F04C10;
}
.TagClassName
{
border-color: #F04C10;
}
</style>