Shades of Vermilion #F34C16
Tints of Vermilion #F34C16
RGB
CMYK
RGB Variations
Color information
#F34C16 (or 0xF34C16) is known color: Vermilion. HEX triplet: F3, 4C and 16. RGB value is (243,76,22). Sum of RGB (Red+Green+Blue) = 243+76+22=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 76 (30.08% from 255 or 22.29% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F34C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34C16 is #0CB3E9. Grayscale: #787878. Windows color (decimal): -832490 or 1461491. OLE color: 1461491.
HSL color Cylindrical-coordinate representation of color #F34C16: hue angle of 14.66º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F34C16 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 76 | 22 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.05 |
| HSL | 14.66º | 0.9% | 0.52% | - |
| HSV(B) | 14.66º | 0.91% | 0.95% | - |
| XYZ | 39.69 | 24.28 | 3.35 | - |
| YUV | 119.78 | 72.83 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 76 | 22 | 0 | 0.69 | 0.91 | 0.05 | 14.66 | 0.9 | 0.52 |
| Hex | F3 | 4C | 16 | 0 | 45 | 5B | 5 | F | 5A | 34 |
| Octal | 363 | 114 | 26 | 0 | 105 | 133 | 5 | 17 | 132 | 64 |
| Binary | 11110011 | 1001100 | 10110 | 0 | 1000101 | 1011011 | 101 | 1111 | 1011010 | 110100 |
Color Harmonies of #F34C16
Complementary color
Monochromatic Colors of #F34C16
Black with #F34C16
Text Example
Text Example
White with #F34C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34C16; }
p { color: rgb(243,76,22); }
H1.HeaderClassName
{
color: #F34C16;
}
.AnyTagClassName
{
color: #F34C16;
}
</style>
background-color css
<style>
a { background-color: #F34C16; }
a { background-color: rgb(243,76,22); }
div.DivClassName
{
background-color: #F34C16;
}
.BgClassName
{
background-color: #F34C16;
}
</style>
border-color css
<style>
span { border-color: #F34C16; }
span { border-color: rgb(243,76,22); }
td.TdClassName
{
border-color: #F34C16;
}
.TagClassName
{
border-color: #F34C16;
}
</style>