Shades of Vermilion #F04A04
Tints of Vermilion #F04A04
RGB
CMYK
RGB Variations
Color information
#F04A04 (or 0xF04A04) is known color: Vermilion. HEX triplet: F0, 4A and 04. RGB value is (240,74,4). Sum of RGB (Red+Green+Blue) = 240+74+4=318 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.47% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 4 (1.95% from 255 or 1.26% from 318); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A04 is #0FB5FB. Grayscale: #747474. Windows color (decimal): -1029628 or 281328. OLE color: 281328.
HSL color Cylindrical-coordinate representation of color #F04A04: hue angle of 17.8º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F04A04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.06 |
| HSL | 17.8º | 0.97% | 0.48% | - |
| HSV(B) | 17.8º | 0.98% | 0.94% | - |
| XYZ | 38.41 | 23.43 | 2.61 | - |
| YUV | 115.65 | 65 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 4 | 0 | 0.69 | 0.98 | 0.06 | 17.8 | 0.97 | 0.48 |
| Hex | F0 | 4A | 4 | 0 | 45 | 62 | 6 | 12 | 61 | 30 |
| Octal | 360 | 112 | 4 | 0 | 105 | 142 | 6 | 22 | 141 | 60 |
| Binary | 11110000 | 1001010 | 100 | 0 | 1000101 | 1100010 | 110 | 10010 | 1100001 | 110000 |
Color Harmonies of #F04A04
Complementary color
Monochromatic Colors of #F04A04
Black with #F04A04
Text Example
Text Example
White with #F04A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A04; }
p { color: rgb(240,74,4); }
H1.HeaderClassName
{
color: #F04A04;
}
.AnyTagClassName
{
color: #F04A04;
}
</style>
background-color css
<style>
a { background-color: #F04A04; }
a { background-color: rgb(240,74,4); }
div.DivClassName
{
background-color: #F04A04;
}
.BgClassName
{
background-color: #F04A04;
}
</style>
border-color css
<style>
span { border-color: #F04A04; }
span { border-color: rgb(240,74,4); }
td.TdClassName
{
border-color: #F04A04;
}
.TagClassName
{
border-color: #F04A04;
}
</style>