Shades of Vermilion #F54F16
Tints of Vermilion #F54F16
RGB
CMYK
RGB Variations
Color information
#F54F16 (or 0xF54F16) is known color: Vermilion. HEX triplet: F5, 4F and 16. RGB value is (245,79,22). Sum of RGB (Red+Green+Blue) = 245+79+22=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54F16 is #0AB0E9. Grayscale: #7A7A7A. Windows color (decimal): -700650 or 1462261. OLE color: 1462261.
HSL color Cylindrical-coordinate representation of color #F54F16: hue angle of 15.34º degrees, saturation: 0.92, 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 #F54F16 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 79 | 22 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.04 |
| HSL | 15.34º | 0.92% | 0.52% | - |
| HSV(B) | 15.34º | 0.91% | 0.96% | - |
| XYZ | 40.6 | 25.06 | 3.46 | - |
| YUV | 122.14 | 71.5 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 79 | 22 | 0 | 0.68 | 0.91 | 0.04 | 15.34 | 0.92 | 0.52 |
| Hex | F5 | 4F | 16 | 0 | 44 | 5B | 4 | F | 5C | 34 |
| Octal | 365 | 117 | 26 | 0 | 104 | 133 | 4 | 17 | 134 | 64 |
| Binary | 11110101 | 1001111 | 10110 | 0 | 1000100 | 1011011 | 100 | 1111 | 1011100 | 110100 |
Color Harmonies of #F54F16
Complementary color
Monochromatic Colors of #F54F16
Black with #F54F16
Text Example
Text Example
White with #F54F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54F16; }
p { color: rgb(245,79,22); }
H1.HeaderClassName
{
color: #F54F16;
}
.AnyTagClassName
{
color: #F54F16;
}
</style>
background-color css
<style>
a { background-color: #F54F16; }
a { background-color: rgb(245,79,22); }
div.DivClassName
{
background-color: #F54F16;
}
.BgClassName
{
background-color: #F54F16;
}
</style>
border-color css
<style>
span { border-color: #F54F16; }
span { border-color: rgb(245,79,22); }
td.TdClassName
{
border-color: #F54F16;
}
.TagClassName
{
border-color: #F54F16;
}
</style>