Shades of Vermilion #F54D01
Tints of Vermilion #F54D01
RGB
CMYK
RGB Variations
Color information
#F54D01 (or 0xF54D01) is known color: Vermilion. HEX triplet: F5, 4D and 01. RGB value is (245,77,1). Sum of RGB (Red+Green+Blue) = 245+77+1=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F54D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54D01 is #0AB2FE. Grayscale: #777777. Windows color (decimal): -701183 or 85493. OLE color: 85493.
HSL color Cylindrical-coordinate representation of color #F54D01: hue angle of 18.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F54D01 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.04 |
| HSL | 18.69º | 0.99% | 0.48% | - |
| HSV(B) | 18.69º | 1% | 0.96% | - |
| XYZ | 40.32 | 24.72 | 2.68 | - |
| YUV | 118.57 | 61.66 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 1 | 0 | 0.69 | 1.00 | 0.04 | 18.69 | 0.99 | 0.48 |
| Hex | F5 | 4D | 1 | 0 | 45 | 64 | 4 | 13 | 63 | 30 |
| Octal | 365 | 115 | 1 | 0 | 105 | 144 | 4 | 23 | 143 | 60 |
| Binary | 11110101 | 1001101 | 1 | 0 | 1000101 | 1100100 | 100 | 10011 | 1100011 | 110000 |
Color Harmonies of #F54D01
Complementary color
Monochromatic Colors of #F54D01
Black with #F54D01
Text Example
Text Example
White with #F54D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54D01; }
p { color: rgb(245,77,1); }
H1.HeaderClassName
{
color: #F54D01;
}
.AnyTagClassName
{
color: #F54D01;
}
</style>
background-color css
<style>
a { background-color: #F54D01; }
a { background-color: rgb(245,77,1); }
div.DivClassName
{
background-color: #F54D01;
}
.BgClassName
{
background-color: #F54D01;
}
</style>
border-color css
<style>
span { border-color: #F54D01; }
span { border-color: rgb(245,77,1); }
td.TdClassName
{
border-color: #F54D01;
}
.TagClassName
{
border-color: #F54D01;
}
</style>