Shades of Vermilion #F04A00
Tints of Vermilion #F04A00
RGB
CMYK
RGB Variations
Color information
#F04A00 (or 0xF04A00) is known color: Vermilion. HEX triplet: F0, 4A and 00. RGB value is (240,74,0). Sum of RGB (Red+Green+Blue) = 240+74+0=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A00 is #0FB5FF. Grayscale: #737373. Windows color (decimal): -1029632 or 19184. OLE color: 19184.
HSL color Cylindrical-coordinate representation of color #F04A00: hue angle of 18.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F04A00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 74 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.06 |
| HSL | 18.5º | 1% | 0.47% | - |
| HSV(B) | 18.5º | 1% | 0.94% | - |
| XYZ | 38.38 | 23.42 | 2.5 | - |
| YUV | 115.2 | 63 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 0 | 0 | 0.69 | 1 | 0.06 | 18.5 | 1 | 0.47 |
| Hex | F0 | 4A | 0 | 0 | 45 | 64 | 6 | 12 | 64 | 2F |
| Octal | 360 | 112 | 0 | 0 | 105 | 144 | 6 | 22 | 144 | 57 |
| Binary | 11110000 | 1001010 | 0 | 0 | 1000101 | 1100100 | 110 | 10010 | 1100100 | 101111 |
Color Harmonies of #F04A00
Complementary color
Monochromatic Colors of #F04A00
Black with #F04A00
Text Example
Text Example
White with #F04A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04A00; }
p { color: rgb(240,74,0); }
H1.HeaderClassName
{
color: #F04A00;
}
.AnyTagClassName
{
color: #F04A00;
}
</style>
background-color css
<style>
a { background-color: #F04A00; }
a { background-color: rgb(240,74,0); }
div.DivClassName
{
background-color: #F04A00;
}
.BgClassName
{
background-color: #F04A00;
}
</style>
border-color css
<style>
span { border-color: #F04A00; }
span { border-color: rgb(240,74,0); }
td.TdClassName
{
border-color: #F04A00;
}
.TagClassName
{
border-color: #F04A00;
}
</style>