Shades of Vermilion #F44F16
Tints of Vermilion #F44F16
RGB
CMYK
RGB Variations
Color information
#F44F16 (or 0xF44F16) is known color: Vermilion. HEX triplet: F4, 4F and 16. RGB value is (244,79,22). Sum of RGB (Red+Green+Blue) = 244+79+22=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F44F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F44F16 is #0BB0E9. Grayscale: #7A7A7A. Windows color (decimal): -766186 or 1462260. OLE color: 1462260.
HSL color Cylindrical-coordinate representation of color #F44F16: hue angle of 15.41º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F44F16 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 79 | 22 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.04 |
| HSL | 15.41º | 0.91% | 0.52% | - |
| HSV(B) | 15.41º | 0.91% | 0.96% | - |
| XYZ | 40.25 | 24.88 | 3.44 | - |
| YUV | 121.84 | 71.66 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 79 | 22 | 0 | 0.68 | 0.91 | 0.04 | 15.41 | 0.91 | 0.52 |
| Hex | F4 | 4F | 16 | 0 | 44 | 5B | 4 | F | 5B | 34 |
| Octal | 364 | 117 | 26 | 0 | 104 | 133 | 4 | 17 | 133 | 64 |
| Binary | 11110100 | 1001111 | 10110 | 0 | 1000100 | 1011011 | 100 | 1111 | 1011011 | 110100 |
Color Harmonies of #F44F16
Complementary color
Monochromatic Colors of #F44F16
Black with #F44F16
Text Example
Text Example
White with #F44F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44F16; }
p { color: rgb(244,79,22); }
H1.HeaderClassName
{
color: #F44F16;
}
.AnyTagClassName
{
color: #F44F16;
}
</style>
background-color css
<style>
a { background-color: #F44F16; }
a { background-color: rgb(244,79,22); }
div.DivClassName
{
background-color: #F44F16;
}
.BgClassName
{
background-color: #F44F16;
}
</style>
border-color css
<style>
span { border-color: #F44F16; }
span { border-color: rgb(244,79,22); }
td.TdClassName
{
border-color: #F44F16;
}
.TagClassName
{
border-color: #F44F16;
}
</style>