Shades of Vermilion #FF4A05
Tints of Vermilion #FF4A05
RGB
CMYK
RGB Variations
Color information
#FF4A05 (or 0xFF4A05) is known color: Vermilion. HEX triplet: FF, 4A and 05. RGB value is (255,74,5). Sum of RGB (Red+Green+Blue) = 255+74+5=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4A05 is #00B5FA. Grayscale: #787878. Windows color (decimal): -46587 or 346879. OLE color: 346879.
HSL color Cylindrical-coordinate representation of color #FF4A05: hue angle of 16.56º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4A05 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 5 | - |
| CMYK | 0 | 0.71 | 0.98 | 0 |
| HSL | 16.56º | 1% | 0.51% | - |
| HSV(B) | 16.56º | 0.98% | 1% | - |
| XYZ | 43.72 | 26.17 | 2.89 | - |
| YUV | 120.25 | 62.97 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 5 | 0 | 0.71 | 0.98 | 0 | 16.56 | 1 | 0.51 |
| Hex | FF | 4A | 5 | 0 | 47 | 62 | 0 | 11 | 64 | 33 |
| Octal | 377 | 112 | 5 | 0 | 107 | 142 | 0 | 21 | 144 | 63 |
| Binary | 11111111 | 1001010 | 101 | 0 | 1000111 | 1100010 | 0 | 10001 | 1100100 | 110011 |
Color Harmonies of #FF4A05
Complementary color
Monochromatic Colors of #FF4A05
Black with #FF4A05
Text Example
Text Example
White with #FF4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A05; }
p { color: rgb(255,74,5); }
H1.HeaderClassName
{
color: #FF4A05;
}
.AnyTagClassName
{
color: #FF4A05;
}
</style>
background-color css
<style>
a { background-color: #FF4A05; }
a { background-color: rgb(255,74,5); }
div.DivClassName
{
background-color: #FF4A05;
}
.BgClassName
{
background-color: #FF4A05;
}
</style>
border-color css
<style>
span { border-color: #FF4A05; }
span { border-color: rgb(255,74,5); }
td.TdClassName
{
border-color: #FF4A05;
}
.TagClassName
{
border-color: #FF4A05;
}
</style>