Shades of Vermilion #F84E1B
Tints of Vermilion #F84E1B
RGB
CMYK
RGB Variations
Color information
#F84E1B (or 0xF84E1B) is known color: Vermilion. HEX triplet: F8, 4E and 1B. RGB value is (248,78,27). Sum of RGB (Red+Green+Blue) = 248+78+27=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F84E1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84E1B is #07B1E4. Grayscale: #7B7B7B. Windows color (decimal): -504293 or 1789688. OLE color: 1789688.
HSL color Cylindrical-coordinate representation of color #F84E1B: hue angle of 13.85º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F84E1B is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 78 | 27 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.03 |
| HSL | 13.85º | 0.94% | 0.54% | - |
| HSV(B) | 13.85º | 0.89% | 0.97% | - |
| XYZ | 41.63 | 25.48 | 3.76 | - |
| YUV | 123.02 | 73.82 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 78 | 27 | 0 | 0.69 | 0.89 | 0.03 | 13.85 | 0.94 | 0.54 |
| Hex | F8 | 4E | 1B | 0 | 45 | 59 | 3 | E | 5E | 36 |
| Octal | 370 | 116 | 33 | 0 | 105 | 131 | 3 | 16 | 136 | 66 |
| Binary | 11111000 | 1001110 | 11011 | 0 | 1000101 | 1011001 | 11 | 1110 | 1011110 | 110110 |
Color Harmonies of #F84E1B
Complementary color
Monochromatic Colors of #F84E1B
Black with #F84E1B
Text Example
Text Example
White with #F84E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84E1B; }
p { color: rgb(248,78,27); }
H1.HeaderClassName
{
color: #F84E1B;
}
.AnyTagClassName
{
color: #F84E1B;
}
</style>
background-color css
<style>
a { background-color: #F84E1B; }
a { background-color: rgb(248,78,27); }
div.DivClassName
{
background-color: #F84E1B;
}
.BgClassName
{
background-color: #F84E1B;
}
</style>
border-color css
<style>
span { border-color: #F84E1B; }
span { border-color: rgb(248,78,27); }
td.TdClassName
{
border-color: #F84E1B;
}
.TagClassName
{
border-color: #F84E1B;
}
</style>