Shades of Vermilion #F54B04
Tints of Vermilion #F54B04
RGB
CMYK
RGB Variations
Color information
#F54B04 (or 0xF54B04) is known color: Vermilion. HEX triplet: F5, 4B and 04. RGB value is (245,75,4). Sum of RGB (Red+Green+Blue) = 245+75+4=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 75 (29.69% from 255 or 23.15% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F54B04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54B04 is #0AB4FB. Grayscale: #767676. Windows color (decimal): -701692 or 281589. OLE color: 281589.
HSL color Cylindrical-coordinate representation of color #F54B04: hue angle of 17.68º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F54B04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 75 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.04 |
| HSL | 17.68º | 0.97% | 0.49% | - |
| HSV(B) | 17.68º | 0.98% | 0.96% | - |
| XYZ | 40.19 | 24.45 | 2.72 | - |
| YUV | 117.74 | 63.82 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 75 | 4 | 0 | 0.69 | 0.98 | 0.04 | 17.68 | 0.97 | 0.49 |
| Hex | F5 | 4B | 4 | 0 | 45 | 62 | 4 | 12 | 61 | 31 |
| Octal | 365 | 113 | 4 | 0 | 105 | 142 | 4 | 22 | 141 | 61 |
| Binary | 11110101 | 1001011 | 100 | 0 | 1000101 | 1100010 | 100 | 10010 | 1100001 | 110001 |
Color Harmonies of #F54B04
Complementary color
Monochromatic Colors of #F54B04
Black with #F54B04
Text Example
Text Example
White with #F54B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54B04; }
p { color: rgb(245,75,4); }
H1.HeaderClassName
{
color: #F54B04;
}
.AnyTagClassName
{
color: #F54B04;
}
</style>
background-color css
<style>
a { background-color: #F54B04; }
a { background-color: rgb(245,75,4); }
div.DivClassName
{
background-color: #F54B04;
}
.BgClassName
{
background-color: #F54B04;
}
</style>
border-color css
<style>
span { border-color: #F54B04; }
span { border-color: rgb(245,75,4); }
td.TdClassName
{
border-color: #F54B04;
}
.TagClassName
{
border-color: #F54B04;
}
</style>