Shades of Vermilion #F84B16
Tints of Vermilion #F84B16
RGB
CMYK
RGB Variations
Color information
#F84B16 (or 0xF84B16) is known color: Vermilion. HEX triplet: F8, 4B and 16. RGB value is (248,75,22). Sum of RGB (Red+Green+Blue) = 248+75+22=345 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.88% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 248 - color contains mainly: red. Hex color #F84B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84B16 is #07B4E9. Grayscale: #797979. Windows color (decimal): -505066 or 1461240. OLE color: 1461240.
HSL color Cylindrical-coordinate representation of color #F84B16: hue angle of 14.07º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F84B16 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.03 |
| HSL | 14.07º | 0.94% | 0.53% | - |
| HSV(B) | 14.07º | 0.91% | 0.97% | - |
| XYZ | 41.37 | 25.05 | 3.41 | - |
| YUV | 120.69 | 72.31 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 22 | 0 | 0.70 | 0.91 | 0.03 | 14.07 | 0.94 | 0.53 |
| Hex | F8 | 4B | 16 | 0 | 46 | 5B | 3 | E | 5E | 35 |
| Octal | 370 | 113 | 26 | 0 | 106 | 133 | 3 | 16 | 136 | 65 |
| Binary | 11111000 | 1001011 | 10110 | 0 | 1000110 | 1011011 | 11 | 1110 | 1011110 | 110101 |
Color Harmonies of #F84B16
Complementary color
Monochromatic Colors of #F84B16
Black with #F84B16
Text Example
Text Example
White with #F84B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84B16; }
p { color: rgb(248,75,22); }
H1.HeaderClassName
{
color: #F84B16;
}
.AnyTagClassName
{
color: #F84B16;
}
</style>
background-color css
<style>
a { background-color: #F84B16; }
a { background-color: rgb(248,75,22); }
div.DivClassName
{
background-color: #F84B16;
}
.BgClassName
{
background-color: #F84B16;
}
</style>
border-color css
<style>
span { border-color: #F84B16; }
span { border-color: rgb(248,75,22); }
td.TdClassName
{
border-color: #F84B16;
}
.TagClassName
{
border-color: #F84B16;
}
</style>