Shades of Vermilion #F84B0A
Tints of Vermilion #F84B0A
RGB
CMYK
RGB Variations
Color information
#F84B0A (or 0xF84B0A) is known color: Vermilion. HEX triplet: F8, 4B and 0A. RGB value is (248,75,10). Sum of RGB (Red+Green+Blue) = 248+75+10=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F84B0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84B0A is #07B4F5. Grayscale: #777777. Windows color (decimal): -505078 or 674808. OLE color: 674808.
HSL color Cylindrical-coordinate representation of color #F84B0A: hue angle of 16.39º 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 #F84B0A is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 10 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.03 |
| HSL | 16.39º | 0.94% | 0.51% | - |
| HSV(B) | 16.39º | 0.96% | 0.97% | - |
| XYZ | 41.28 | 25.01 | 2.94 | - |
| YUV | 119.32 | 66.31 | 219.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 10 | 0 | 0.70 | 0.96 | 0.03 | 16.39 | 0.94 | 0.51 |
| Hex | F8 | 4B | A | 0 | 46 | 60 | 3 | 10 | 5E | 33 |
| Octal | 370 | 113 | 12 | 0 | 106 | 140 | 3 | 20 | 136 | 63 |
| Binary | 11111000 | 1001011 | 1010 | 0 | 1000110 | 1100000 | 11 | 10000 | 1011110 | 110011 |
Color Harmonies of #F84B0A
Complementary color
Monochromatic Colors of #F84B0A
Black with #F84B0A
Text Example
Text Example
White with #F84B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84B0A; }
p { color: rgb(248,75,10); }
H1.HeaderClassName
{
color: #F84B0A;
}
.AnyTagClassName
{
color: #F84B0A;
}
</style>
background-color css
<style>
a { background-color: #F84B0A; }
a { background-color: rgb(248,75,10); }
div.DivClassName
{
background-color: #F84B0A;
}
.BgClassName
{
background-color: #F84B0A;
}
</style>
border-color css
<style>
span { border-color: #F84B0A; }
span { border-color: rgb(248,75,10); }
td.TdClassName
{
border-color: #F84B0A;
}
.TagClassName
{
border-color: #F84B0A;
}
</style>