Shades of Vermilion #F84C00
Tints of Vermilion #F84C00
RGB
CMYK
RGB Variations
Color information
#F84C00 (or 0xF84C00) is known color: Vermilion. HEX triplet: F8, 4C and 00. RGB value is (248,76,0). Sum of RGB (Red+Green+Blue) = 248+76+0=324 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.54% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C00 is #07B3FF. Grayscale: #777777. Windows color (decimal): -504832 or 19704. OLE color: 19704.
HSL color Cylindrical-coordinate representation of color #F84C00: hue angle of 18.39º 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 #F84C00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.03 |
| HSL | 18.39º | 1% | 0.49% | - |
| HSV(B) | 18.39º | 1% | 0.97% | - |
| XYZ | 41.3 | 25.13 | 2.67 | - |
| YUV | 118.76 | 60.98 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 0 | 0 | 0.69 | 1 | 0.03 | 18.39 | 1 | 0.49 |
| Hex | F8 | 4C | 0 | 0 | 45 | 64 | 3 | 12 | 64 | 31 |
| Octal | 370 | 114 | 0 | 0 | 105 | 144 | 3 | 22 | 144 | 61 |
| Binary | 11111000 | 1001100 | 0 | 0 | 1000101 | 1100100 | 11 | 10010 | 1100100 | 110001 |
Color Harmonies of #F84C00
Complementary color
Monochromatic Colors of #F84C00
Black with #F84C00
Text Example
Text Example
White with #F84C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C00; }
p { color: rgb(248,76,0); }
H1.HeaderClassName
{
color: #F84C00;
}
.AnyTagClassName
{
color: #F84C00;
}
</style>
background-color css
<style>
a { background-color: #F84C00; }
a { background-color: rgb(248,76,0); }
div.DivClassName
{
background-color: #F84C00;
}
.BgClassName
{
background-color: #F84C00;
}
</style>
border-color css
<style>
span { border-color: #F84C00; }
span { border-color: rgb(248,76,0); }
td.TdClassName
{
border-color: #F84C00;
}
.TagClassName
{
border-color: #F84C00;
}
</style>