Shades of Vermilion #F94C06
Tints of Vermilion #F94C06
RGB
CMYK
RGB Variations
Color information
#F94C06 (or 0xF94C06) is known color: Vermilion. HEX triplet: F9, 4C and 06. RGB value is (249,76,6). Sum of RGB (Red+Green+Blue) = 249+76+6=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 6 (2.73% from 255 or 1.81% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94C06 is #06B3F9. Grayscale: #787878. Windows color (decimal): -439290 or 412921. OLE color: 412921.
HSL color Cylindrical-coordinate representation of color #F94C06: hue angle of 17.28º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F94C06 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 76 | 6 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.02 |
| HSL | 17.28º | 0.95% | 0.5% | - |
| HSV(B) | 17.28º | 0.98% | 0.98% | - |
| XYZ | 41.68 | 25.32 | 2.86 | - |
| YUV | 119.75 | 63.81 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 76 | 6 | 0 | 0.69 | 0.98 | 0.02 | 17.28 | 0.95 | 0.5 |
| Hex | F9 | 4C | 6 | 0 | 45 | 62 | 2 | 11 | 5F | 32 |
| Octal | 371 | 114 | 6 | 0 | 105 | 142 | 2 | 21 | 137 | 62 |
| Binary | 11111001 | 1001100 | 110 | 0 | 1000101 | 1100010 | 10 | 10001 | 1011111 | 110010 |
Color Harmonies of #F94C06
Complementary color
Monochromatic Colors of #F94C06
Black with #F94C06
Text Example
Text Example
White with #F94C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F94C06; }
p { color: rgb(249,76,6); }
H1.HeaderClassName
{
color: #F94C06;
}
.AnyTagClassName
{
color: #F94C06;
}
</style>
background-color css
<style>
a { background-color: #F94C06; }
a { background-color: rgb(249,76,6); }
div.DivClassName
{
background-color: #F94C06;
}
.BgClassName
{
background-color: #F94C06;
}
</style>
border-color css
<style>
span { border-color: #F94C06; }
span { border-color: rgb(249,76,6); }
td.TdClassName
{
border-color: #F94C06;
}
.TagClassName
{
border-color: #F94C06;
}
</style>