Shades of Vermilion #FF4A0A
Tints of Vermilion #FF4A0A
RGB
CMYK
RGB Variations
Color information
#FF4A0A (or 0xFF4A0A) is known color: Vermilion. HEX triplet: FF, 4A and 0A. RGB value is (255,74,10). Sum of RGB (Red+Green+Blue) = 255+74+10=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 74 (29.30% from 255 or 21.83% from 339); Blue value is 10 (4.30% from 255 or 2.95% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4A0A is #00B5F5. Grayscale: #797979. Windows color (decimal): -46582 or 674559. OLE color: 674559.
HSL color Cylindrical-coordinate representation of color #FF4A0A: hue angle of 15.67º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF4A0A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0 |
| HSL | 15.67º | 1% | 0.52% | - |
| HSV(B) | 15.67º | 0.96% | 1% | - |
| XYZ | 43.74 | 26.18 | 3.03 | - |
| YUV | 120.82 | 65.47 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 10 | 0 | 0.71 | 0.96 | 0 | 15.67 | 1 | 0.52 |
| Hex | FF | 4A | A | 0 | 47 | 60 | 0 | 10 | 64 | 34 |
| Octal | 377 | 112 | 12 | 0 | 107 | 140 | 0 | 20 | 144 | 64 |
| Binary | 11111111 | 1001010 | 1010 | 0 | 1000111 | 1100000 | 0 | 10000 | 1100100 | 110100 |
Color Harmonies of #FF4A0A
Complementary color
Monochromatic Colors of #FF4A0A
Black with #FF4A0A
Text Example
Text Example
White with #FF4A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A0A; }
p { color: rgb(255,74,10); }
H1.HeaderClassName
{
color: #FF4A0A;
}
.AnyTagClassName
{
color: #FF4A0A;
}
</style>
background-color css
<style>
a { background-color: #FF4A0A; }
a { background-color: rgb(255,74,10); }
div.DivClassName
{
background-color: #FF4A0A;
}
.BgClassName
{
background-color: #FF4A0A;
}
</style>
border-color css
<style>
span { border-color: #FF4A0A; }
span { border-color: rgb(255,74,10); }
td.TdClassName
{
border-color: #FF4A0A;
}
.TagClassName
{
border-color: #FF4A0A;
}
</style>