Shades of Vermilion #F54D02
Tints of Vermilion #F54D02
RGB
CMYK
RGB Variations
Color information
#F54D02 (or 0xF54D02) is known color: Vermilion. HEX triplet: F5, 4D and 02. RGB value is (245,77,2). Sum of RGB (Red+Green+Blue) = 245+77+2=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54D02 is #0AB2FD. Grayscale: #777777. Windows color (decimal): -701182 or 151029. OLE color: 151029.
HSL color Cylindrical-coordinate representation of color #F54D02: hue angle of 18.52º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F54D02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.04 |
| HSL | 18.52º | 0.98% | 0.48% | - |
| HSV(B) | 18.52º | 0.99% | 0.96% | - |
| XYZ | 40.32 | 24.72 | 2.7 | - |
| YUV | 118.68 | 62.16 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 2 | 0 | 0.69 | 0.99 | 0.04 | 18.52 | 0.98 | 0.48 |
| Hex | F5 | 4D | 2 | 0 | 45 | 63 | 4 | 13 | 62 | 30 |
| Octal | 365 | 115 | 2 | 0 | 105 | 143 | 4 | 23 | 142 | 60 |
| Binary | 11110101 | 1001101 | 10 | 0 | 1000101 | 1100011 | 100 | 10011 | 1100010 | 110000 |
Color Harmonies of #F54D02
Complementary color
Monochromatic Colors of #F54D02
Black with #F54D02
Text Example
Text Example
White with #F54D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D02; }
p { color: rgb(245,77,2); }
H1.HeaderClassName
{
color: #F54D02;
}
.AnyTagClassName
{
color: #F54D02;
}
</style>
background-color css
<style>
a { background-color: #F54D02; }
a { background-color: rgb(245,77,2); }
div.DivClassName
{
background-color: #F54D02;
}
.BgClassName
{
background-color: #F54D02;
}
</style>
border-color css
<style>
span { border-color: #F54D02; }
span { border-color: rgb(245,77,2); }
td.TdClassName
{
border-color: #F54D02;
}
.TagClassName
{
border-color: #F54D02;
}
</style>