Shades of Vermilion #F84A0B
Tints of Vermilion #F84A0B
RGB
CMYK
RGB Variations
Color information
#F84A0B (or 0xF84A0B) is known color: Vermilion. HEX triplet: F8, 4A and 0B. RGB value is (248,74,11). Sum of RGB (Red+Green+Blue) = 248+74+11=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84A0B is #07B5F4. Grayscale: #777777. Windows color (decimal): -505333 or 740088. OLE color: 740088.
HSL color Cylindrical-coordinate representation of color #F84A0B: hue angle of 15.95º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F84A0B is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 11 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.03 |
| HSL | 15.95º | 0.94% | 0.51% | - |
| HSV(B) | 15.95º | 0.96% | 0.97% | - |
| XYZ | 41.22 | 24.88 | 2.95 | - |
| YUV | 118.84 | 67.15 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 11 | 0 | 0.70 | 0.96 | 0.03 | 15.95 | 0.94 | 0.51 |
| Hex | F8 | 4A | B | 0 | 46 | 60 | 3 | 10 | 5E | 33 |
| Octal | 370 | 112 | 13 | 0 | 106 | 140 | 3 | 20 | 136 | 63 |
| Binary | 11111000 | 1001010 | 1011 | 0 | 1000110 | 1100000 | 11 | 10000 | 1011110 | 110011 |
Color Harmonies of #F84A0B
Complementary color
Monochromatic Colors of #F84A0B
Black with #F84A0B
Text Example
Text Example
White with #F84A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84A0B; }
p { color: rgb(248,74,11); }
H1.HeaderClassName
{
color: #F84A0B;
}
.AnyTagClassName
{
color: #F84A0B;
}
</style>
background-color css
<style>
a { background-color: #F84A0B; }
a { background-color: rgb(248,74,11); }
div.DivClassName
{
background-color: #F84A0B;
}
.BgClassName
{
background-color: #F84A0B;
}
</style>
border-color css
<style>
span { border-color: #F84A0B; }
span { border-color: rgb(248,74,11); }
td.TdClassName
{
border-color: #F84A0B;
}
.TagClassName
{
border-color: #F84A0B;
}
</style>