Shades of Vermilion #F84C03
Tints of Vermilion #F84C03
RGB
CMYK
RGB Variations
Color information
#F84C03 (or 0xF84C03) is known color: Vermilion. HEX triplet: F8, 4C and 03. RGB value is (248,76,3). Sum of RGB (Red+Green+Blue) = 248+76+3=327 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.84% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84C03 is #07B3FC. Grayscale: #777777. Windows color (decimal): -504829 or 216312. OLE color: 216312.
HSL color Cylindrical-coordinate representation of color #F84C03: hue angle of 17.88º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F84C03 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.03 |
| HSL | 17.88º | 0.98% | 0.49% | - |
| HSV(B) | 17.88º | 0.99% | 0.97% | - |
| XYZ | 41.31 | 25.13 | 2.76 | - |
| YUV | 119.11 | 62.48 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 3 | 0 | 0.69 | 0.99 | 0.03 | 17.88 | 0.98 | 0.49 |
| Hex | F8 | 4C | 3 | 0 | 45 | 63 | 3 | 12 | 62 | 31 |
| Octal | 370 | 114 | 3 | 0 | 105 | 143 | 3 | 22 | 142 | 61 |
| Binary | 11111000 | 1001100 | 11 | 0 | 1000101 | 1100011 | 11 | 10010 | 1100010 | 110001 |
Color Harmonies of #F84C03
Complementary color
Monochromatic Colors of #F84C03
Black with #F84C03
Text Example
Text Example
White with #F84C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84C03; }
p { color: rgb(248,76,3); }
H1.HeaderClassName
{
color: #F84C03;
}
.AnyTagClassName
{
color: #F84C03;
}
</style>
background-color css
<style>
a { background-color: #F84C03; }
a { background-color: rgb(248,76,3); }
div.DivClassName
{
background-color: #F84C03;
}
.BgClassName
{
background-color: #F84C03;
}
</style>
border-color css
<style>
span { border-color: #F84C03; }
span { border-color: rgb(248,76,3); }
td.TdClassName
{
border-color: #F84C03;
}
.TagClassName
{
border-color: #F84C03;
}
</style>