Shades of Vermilion #F84F1A
Tints of Vermilion #F84F1A
RGB
CMYK
RGB Variations
Color information
#F84F1A (or 0xF84F1A) is known color: Vermilion. HEX triplet: F8, 4F and 1A. RGB value is (248,79,26). Sum of RGB (Red+Green+Blue) = 248+79+26=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F84F1A is #07B0E5. Grayscale: #7B7B7B. Windows color (decimal): -504038 or 1724408. OLE color: 1724408.
HSL color Cylindrical-coordinate representation of color #F84F1A: hue angle of 14.32º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F84F1A is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 26 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.03 |
| HSL | 14.32º | 0.94% | 0.54% | - |
| HSV(B) | 14.32º | 0.9% | 0.97% | - |
| XYZ | 41.69 | 25.62 | 3.73 | - |
| YUV | 123.49 | 72.99 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 26 | 0 | 0.68 | 0.90 | 0.03 | 14.32 | 0.94 | 0.54 |
| Hex | F8 | 4F | 1A | 0 | 44 | 5A | 3 | E | 5E | 36 |
| Octal | 370 | 117 | 32 | 0 | 104 | 132 | 3 | 16 | 136 | 66 |
| Binary | 11111000 | 1001111 | 11010 | 0 | 1000100 | 1011010 | 11 | 1110 | 1011110 | 110110 |
Color Harmonies of #F84F1A
Complementary color
Monochromatic Colors of #F84F1A
Black with #F84F1A
Text Example
Text Example
White with #F84F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84F1A; }
p { color: rgb(248,79,26); }
H1.HeaderClassName
{
color: #F84F1A;
}
.AnyTagClassName
{
color: #F84F1A;
}
</style>
background-color css
<style>
a { background-color: #F84F1A; }
a { background-color: rgb(248,79,26); }
div.DivClassName
{
background-color: #F84F1A;
}
.BgClassName
{
background-color: #F84F1A;
}
</style>
border-color css
<style>
span { border-color: #F84F1A; }
span { border-color: rgb(248,79,26); }
td.TdClassName
{
border-color: #F84F1A;
}
.TagClassName
{
border-color: #F84F1A;
}
</style>