Shades of Vermilion #F24A04
Tints of Vermilion #F24A04
RGB
CMYK
RGB Variations
Color information
#F24A04 (or 0xF24A04) is known color: Vermilion. HEX triplet: F2, 4A and 04. RGB value is (242,74,4). Sum of RGB (Red+Green+Blue) = 242+74+4=320 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.62% from 320); Green value is 74 (29.30% from 255 or 23.12% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24A04 is #0DB5FB. Grayscale: #747474. Windows color (decimal): -898556 or 281330. OLE color: 281330.
HSL color Cylindrical-coordinate representation of color #F24A04: hue angle of 17.65º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F24A04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.05 |
| HSL | 17.65º | 0.97% | 0.48% | - |
| HSV(B) | 17.65º | 0.98% | 0.95% | - |
| XYZ | 39.09 | 23.78 | 2.65 | - |
| YUV | 116.25 | 64.66 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 4 | 0 | 0.69 | 0.98 | 0.05 | 17.65 | 0.97 | 0.48 |
| Hex | F2 | 4A | 4 | 0 | 45 | 62 | 5 | 12 | 61 | 30 |
| Octal | 362 | 112 | 4 | 0 | 105 | 142 | 5 | 22 | 141 | 60 |
| Binary | 11110010 | 1001010 | 100 | 0 | 1000101 | 1100010 | 101 | 10010 | 1100001 | 110000 |
Color Harmonies of #F24A04
Complementary color
Monochromatic Colors of #F24A04
Black with #F24A04
Text Example
Text Example
White with #F24A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A04; }
p { color: rgb(242,74,4); }
H1.HeaderClassName
{
color: #F24A04;
}
.AnyTagClassName
{
color: #F24A04;
}
</style>
background-color css
<style>
a { background-color: #F24A04; }
a { background-color: rgb(242,74,4); }
div.DivClassName
{
background-color: #F24A04;
}
.BgClassName
{
background-color: #F24A04;
}
</style>
border-color css
<style>
span { border-color: #F24A04; }
span { border-color: rgb(242,74,4); }
td.TdClassName
{
border-color: #F24A04;
}
.TagClassName
{
border-color: #F24A04;
}
</style>