Shades of Vermilion #F54A08
Tints of Vermilion #F54A08
RGB
CMYK
RGB Variations
Color information
#F54A08 (or 0xF54A08) is known color: Vermilion. HEX triplet: F5, 4A and 08. RGB value is (245,74,8). Sum of RGB (Red+Green+Blue) = 245+74+8=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54A08 is #0AB5F7. Grayscale: #767676. Windows color (decimal): -701944 or 543477. OLE color: 543477.
HSL color Cylindrical-coordinate representation of color #F54A08: hue angle of 16.71º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F54A08 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 8 | - |
| CMYK | 0 | 0.70 | 0.97 | 0.04 |
| HSL | 16.71º | 0.94% | 0.5% | - |
| HSV(B) | 16.71º | 0.97% | 0.96% | - |
| XYZ | 40.15 | 24.33 | 2.81 | - |
| YUV | 117.61 | 66.15 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 8 | 0 | 0.70 | 0.97 | 0.04 | 16.71 | 0.94 | 0.5 |
| Hex | F5 | 4A | 8 | 0 | 46 | 61 | 4 | 11 | 5E | 32 |
| Octal | 365 | 112 | 10 | 0 | 106 | 141 | 4 | 21 | 136 | 62 |
| Binary | 11110101 | 1001010 | 1000 | 0 | 1000110 | 1100001 | 100 | 10001 | 1011110 | 110010 |
Color Harmonies of #F54A08
Complementary color
Monochromatic Colors of #F54A08
Black with #F54A08
Text Example
Text Example
White with #F54A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54A08; }
p { color: rgb(245,74,8); }
H1.HeaderClassName
{
color: #F54A08;
}
.AnyTagClassName
{
color: #F54A08;
}
</style>
background-color css
<style>
a { background-color: #F54A08; }
a { background-color: rgb(245,74,8); }
div.DivClassName
{
background-color: #F54A08;
}
.BgClassName
{
background-color: #F54A08;
}
</style>
border-color css
<style>
span { border-color: #F54A08; }
span { border-color: rgb(245,74,8); }
td.TdClassName
{
border-color: #F54A08;
}
.TagClassName
{
border-color: #F54A08;
}
</style>