Shades of Vermilion #F54A00
Tints of Vermilion #F54A00
RGB
CMYK
RGB Variations
Color information
#F54A00 (or 0xF54A00) is known color: Vermilion. HEX triplet: F5, 4A and 00. RGB value is (245,74,0). Sum of RGB (Red+Green+Blue) = 245+74+0=319 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.80% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54A00 is #0AB5FF. Grayscale: #757575. Windows color (decimal): -701952 or 19189. OLE color: 19189.
HSL color Cylindrical-coordinate representation of color #F54A00: hue angle of 18.12º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F54A00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.04 |
| HSL | 18.12º | 1% | 0.48% | - |
| HSV(B) | 18.12º | 1% | 0.96% | - |
| XYZ | 40.1 | 24.31 | 2.58 | - |
| YUV | 116.69 | 62.15 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 0 | 0 | 0.70 | 1 | 0.04 | 18.12 | 1 | 0.48 |
| Hex | F5 | 4A | 0 | 0 | 46 | 64 | 4 | 12 | 64 | 30 |
| Octal | 365 | 112 | 0 | 0 | 106 | 144 | 4 | 22 | 144 | 60 |
| Binary | 11110101 | 1001010 | 0 | 0 | 1000110 | 1100100 | 100 | 10010 | 1100100 | 110000 |
Color Harmonies of #F54A00
Complementary color
Monochromatic Colors of #F54A00
Black with #F54A00
Text Example
Text Example
White with #F54A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54A00; }
p { color: rgb(245,74,0); }
H1.HeaderClassName
{
color: #F54A00;
}
.AnyTagClassName
{
color: #F54A00;
}
</style>
background-color css
<style>
a { background-color: #F54A00; }
a { background-color: rgb(245,74,0); }
div.DivClassName
{
background-color: #F54A00;
}
.BgClassName
{
background-color: #F54A00;
}
</style>
border-color css
<style>
span { border-color: #F54A00; }
span { border-color: rgb(245,74,0); }
td.TdClassName
{
border-color: #F54A00;
}
.TagClassName
{
border-color: #F54A00;
}
</style>