Shades of Vermilion #F54D08
Tints of Vermilion #F54D08
RGB
CMYK
RGB Variations
Color information
#F54D08 (or 0xF54D08) is known color: Vermilion. HEX triplet: F5, 4D and 08. RGB value is (245,77,8). Sum of RGB (Red+Green+Blue) = 245+77+8=330 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.24% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54D08 is #0AB2F7. Grayscale: #777777. Windows color (decimal): -701176 or 544245. OLE color: 544245.
HSL color Cylindrical-coordinate representation of color #F54D08: hue angle of 17.47º 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 #F54D08 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 8 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.04 |
| HSL | 17.47º | 0.94% | 0.5% | - |
| HSV(B) | 17.47º | 0.97% | 0.96% | - |
| XYZ | 40.35 | 24.74 | 2.88 | - |
| YUV | 119.37 | 65.16 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 8 | 0 | 0.69 | 0.97 | 0.04 | 17.47 | 0.94 | 0.5 |
| Hex | F5 | 4D | 8 | 0 | 45 | 61 | 4 | 11 | 5E | 32 |
| Octal | 365 | 115 | 10 | 0 | 105 | 141 | 4 | 21 | 136 | 62 |
| Binary | 11110101 | 1001101 | 1000 | 0 | 1000101 | 1100001 | 100 | 10001 | 1011110 | 110010 |
Color Harmonies of #F54D08
Complementary color
Monochromatic Colors of #F54D08
Black with #F54D08
Text Example
Text Example
White with #F54D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D08; }
p { color: rgb(245,77,8); }
H1.HeaderClassName
{
color: #F54D08;
}
.AnyTagClassName
{
color: #F54D08;
}
</style>
background-color css
<style>
a { background-color: #F54D08; }
a { background-color: rgb(245,77,8); }
div.DivClassName
{
background-color: #F54D08;
}
.BgClassName
{
background-color: #F54D08;
}
</style>
border-color css
<style>
span { border-color: #F54D08; }
span { border-color: rgb(245,77,8); }
td.TdClassName
{
border-color: #F54D08;
}
.TagClassName
{
border-color: #F54D08;
}
</style>