Shades of Vermilion #F54B00
Tints of Vermilion #F54B00
RGB
CMYK
RGB Variations
Color information
#F54B00 (or 0xF54B00) is known color: Vermilion. HEX triplet: F5, 4B and 00. RGB value is (245,75,0). Sum of RGB (Red+Green+Blue) = 245+75+0=320 (42% of max value = 765). Red value is 245 (96.09% from 255 or 76.56% from 320); Green value is 75 (29.69% from 255 or 23.44% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54B00 is #0AB4FF. Grayscale: #757575. Windows color (decimal): -701696 or 19445. OLE color: 19445.
HSL color Cylindrical-coordinate representation of color #F54B00: hue angle of 18.37º 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 #F54B00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.04 |
| HSL | 18.37º | 1% | 0.48% | - |
| HSV(B) | 18.37º | 1% | 0.96% | - |
| XYZ | 40.17 | 24.44 | 2.6 | - |
| YUV | 117.28 | 61.82 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 0 | 0 | 0.69 | 1 | 0.04 | 18.37 | 1 | 0.48 |
| Hex | F5 | 4B | 0 | 0 | 45 | 64 | 4 | 12 | 64 | 30 |
| Octal | 365 | 113 | 0 | 0 | 105 | 144 | 4 | 22 | 144 | 60 |
| Binary | 11110101 | 1001011 | 0 | 0 | 1000101 | 1100100 | 100 | 10010 | 1100100 | 110000 |
Color Harmonies of #F54B00
Complementary color
Monochromatic Colors of #F54B00
Black with #F54B00
Text Example
Text Example
White with #F54B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54B00; }
p { color: rgb(245,75,0); }
H1.HeaderClassName
{
color: #F54B00;
}
.AnyTagClassName
{
color: #F54B00;
}
</style>
background-color css
<style>
a { background-color: #F54B00; }
a { background-color: rgb(245,75,0); }
div.DivClassName
{
background-color: #F54B00;
}
.BgClassName
{
background-color: #F54B00;
}
</style>
border-color css
<style>
span { border-color: #F54B00; }
span { border-color: rgb(245,75,0); }
td.TdClassName
{
border-color: #F54B00;
}
.TagClassName
{
border-color: #F54B00;
}
</style>