Shades of Vermilion #F84D00
Tints of Vermilion #F84D00
RGB
CMYK
RGB Variations
Color information
#F84D00 (or 0xF84D00) is known color: Vermilion. HEX triplet: F8, 4D and 00. RGB value is (248,77,0). Sum of RGB (Red+Green+Blue) = 248+77+0=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F84D00 is #07B2FF. Grayscale: #777777. Windows color (decimal): -504576 or 19960. OLE color: 19960.
HSL color Cylindrical-coordinate representation of color #F84D00: hue angle of 18.63º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F84D00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 77 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.03 |
| HSL | 18.63º | 1% | 0.49% | - |
| HSV(B) | 18.63º | 1% | 0.97% | - |
| XYZ | 41.37 | 25.26 | 2.7 | - |
| YUV | 119.35 | 60.65 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 77 | 0 | 0 | 0.69 | 1 | 0.03 | 18.63 | 1 | 0.49 |
| Hex | F8 | 4D | 0 | 0 | 45 | 64 | 3 | 13 | 64 | 31 |
| Octal | 370 | 115 | 0 | 0 | 105 | 144 | 3 | 23 | 144 | 61 |
| Binary | 11111000 | 1001101 | 0 | 0 | 1000101 | 1100100 | 11 | 10011 | 1100100 | 110001 |
Color Harmonies of #F84D00
Complementary color
Monochromatic Colors of #F84D00
Black with #F84D00
Text Example
Text Example
White with #F84D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84D00; }
p { color: rgb(248,77,0); }
H1.HeaderClassName
{
color: #F84D00;
}
.AnyTagClassName
{
color: #F84D00;
}
</style>
background-color css
<style>
a { background-color: #F84D00; }
a { background-color: rgb(248,77,0); }
div.DivClassName
{
background-color: #F84D00;
}
.BgClassName
{
background-color: #F84D00;
}
</style>
border-color css
<style>
span { border-color: #F84D00; }
span { border-color: rgb(248,77,0); }
td.TdClassName
{
border-color: #F84D00;
}
.TagClassName
{
border-color: #F84D00;
}
</style>