Shades of Vermilion #F24B10
Tints of Vermilion #F24B10
RGB
CMYK
RGB Variations
Color information
#F24B10 (or 0xF24B10) is known color: Vermilion. HEX triplet: F2, 4B and 10. RGB value is (242,75,16). Sum of RGB (Red+Green+Blue) = 242+75+16=333 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.67% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 242 - color contains mainly: red. Hex color #F24B10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F24B10 is #0DB4EF. Grayscale: #767676. Windows color (decimal): -898288 or 1068018. OLE color: 1068018.
HSL color Cylindrical-coordinate representation of color #F24B10: hue angle of 15.66º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F24B10 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 75 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.05 |
| HSL | 15.66º | 0.9% | 0.51% | - |
| HSV(B) | 15.66º | 0.93% | 0.95% | - |
| XYZ | 39.23 | 23.95 | 3.04 | - |
| YUV | 118.21 | 70.33 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 75 | 16 | 0 | 0.69 | 0.93 | 0.05 | 15.66 | 0.9 | 0.51 |
| Hex | F2 | 4B | 10 | 0 | 45 | 5D | 5 | 10 | 5A | 33 |
| Octal | 362 | 113 | 20 | 0 | 105 | 135 | 5 | 20 | 132 | 63 |
| Binary | 11110010 | 1001011 | 10000 | 0 | 1000101 | 1011101 | 101 | 10000 | 1011010 | 110011 |
Color Harmonies of #F24B10
Complementary color
Monochromatic Colors of #F24B10
Black with #F24B10
Text Example
Text Example
White with #F24B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24B10; }
p { color: rgb(242,75,16); }
H1.HeaderClassName
{
color: #F24B10;
}
.AnyTagClassName
{
color: #F24B10;
}
</style>
background-color css
<style>
a { background-color: #F24B10; }
a { background-color: rgb(242,75,16); }
div.DivClassName
{
background-color: #F24B10;
}
.BgClassName
{
background-color: #F24B10;
}
</style>
border-color css
<style>
span { border-color: #F24B10; }
span { border-color: rgb(242,75,16); }
td.TdClassName
{
border-color: #F24B10;
}
.TagClassName
{
border-color: #F24B10;
}
</style>