Shades of Vermilion #F24A00
Tints of Vermilion #F24A00
RGB
CMYK
RGB Variations
Color information
#F24A00 (or 0xF24A00) is known color: Vermilion. HEX triplet: F2, 4A and 00. RGB value is (242,74,0). Sum of RGB (Red+Green+Blue) = 242+74+0=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F24A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24A00 is #0DB5FF. Grayscale: #747474. Windows color (decimal): -898560 or 19186. OLE color: 19186.
HSL color Cylindrical-coordinate representation of color #F24A00: hue angle of 18.35º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F24A00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 74 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.05 |
| HSL | 18.35º | 1% | 0.47% | - |
| HSV(B) | 18.35º | 1% | 0.95% | - |
| XYZ | 39.07 | 23.77 | 2.53 | - |
| YUV | 115.8 | 62.66 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 0 | 0 | 0.69 | 1 | 0.05 | 18.35 | 1 | 0.47 |
| Hex | F2 | 4A | 0 | 0 | 45 | 64 | 5 | 12 | 64 | 2F |
| Octal | 362 | 112 | 0 | 0 | 105 | 144 | 5 | 22 | 144 | 57 |
| Binary | 11110010 | 1001010 | 0 | 0 | 1000101 | 1100100 | 101 | 10010 | 1100100 | 101111 |
Color Harmonies of #F24A00
Complementary color
Monochromatic Colors of #F24A00
Black with #F24A00
Text Example
Text Example
White with #F24A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24A00; }
p { color: rgb(242,74,0); }
H1.HeaderClassName
{
color: #F24A00;
}
.AnyTagClassName
{
color: #F24A00;
}
</style>
background-color css
<style>
a { background-color: #F24A00; }
a { background-color: rgb(242,74,0); }
div.DivClassName
{
background-color: #F24A00;
}
.BgClassName
{
background-color: #F24A00;
}
</style>
border-color css
<style>
span { border-color: #F24A00; }
span { border-color: rgb(242,74,0); }
td.TdClassName
{
border-color: #F24A00;
}
.TagClassName
{
border-color: #F24A00;
}
</style>