Shades of Vermilion #F54C08
Tints of Vermilion #F54C08
RGB
CMYK
RGB Variations
Color information
#F54C08 (or 0xF54C08) is known color: Vermilion. HEX triplet: F5, 4C and 08. RGB value is (245,76,8). Sum of RGB (Red+Green+Blue) = 245+76+8=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F54C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54C08 is #0AB3F7. Grayscale: #777777. Windows color (decimal): -701432 or 543989. OLE color: 543989.
HSL color Cylindrical-coordinate representation of color #F54C08: hue angle of 17.22º 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 #F54C08 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 76 | 8 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.04 |
| HSL | 17.22º | 0.94% | 0.5% | - |
| HSV(B) | 17.22º | 0.97% | 0.96% | - |
| XYZ | 40.28 | 24.6 | 2.85 | - |
| YUV | 118.78 | 65.49 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 76 | 8 | 0 | 0.69 | 0.97 | 0.04 | 17.22 | 0.94 | 0.5 |
| Hex | F5 | 4C | 8 | 0 | 45 | 61 | 4 | 11 | 5E | 32 |
| Octal | 365 | 114 | 10 | 0 | 105 | 141 | 4 | 21 | 136 | 62 |
| Binary | 11110101 | 1001100 | 1000 | 0 | 1000101 | 1100001 | 100 | 10001 | 1011110 | 110010 |
Color Harmonies of #F54C08
Complementary color
Monochromatic Colors of #F54C08
Black with #F54C08
Text Example
Text Example
White with #F54C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54C08; }
p { color: rgb(245,76,8); }
H1.HeaderClassName
{
color: #F54C08;
}
.AnyTagClassName
{
color: #F54C08;
}
</style>
background-color css
<style>
a { background-color: #F54C08; }
a { background-color: rgb(245,76,8); }
div.DivClassName
{
background-color: #F54C08;
}
.BgClassName
{
background-color: #F54C08;
}
</style>
border-color css
<style>
span { border-color: #F54C08; }
span { border-color: rgb(245,76,8); }
td.TdClassName
{
border-color: #F54C08;
}
.TagClassName
{
border-color: #F54C08;
}
</style>