Shades of Vermilion #FF4A02
Tints of Vermilion #FF4A02
RGB
CMYK
RGB Variations
Color information
#FF4A02 (or 0xFF4A02) is known color: Vermilion. HEX triplet: FF, 4A and 02. RGB value is (255,74,2). Sum of RGB (Red+Green+Blue) = 255+74+2=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4A02 is #00B5FD. Grayscale: #787878. Windows color (decimal): -46590 or 150271. OLE color: 150271.
HSL color Cylindrical-coordinate representation of color #FF4A02: hue angle of 17.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF4A02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0 |
| HSL | 17.08º | 1% | 0.5% | - |
| HSV(B) | 17.08º | 0.99% | 1% | - |
| XYZ | 43.7 | 26.16 | 2.8 | - |
| YUV | 119.91 | 61.47 | 224.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 2 | 0 | 0.71 | 0.99 | 0 | 17.08 | 1 | 0.5 |
| Hex | FF | 4A | 2 | 0 | 47 | 63 | 0 | 11 | 64 | 32 |
| Octal | 377 | 112 | 2 | 0 | 107 | 143 | 0 | 21 | 144 | 62 |
| Binary | 11111111 | 1001010 | 10 | 0 | 1000111 | 1100011 | 0 | 10001 | 1100100 | 110010 |
Color Harmonies of #FF4A02
Complementary color
Monochromatic Colors of #FF4A02
Black with #FF4A02
Text Example
Text Example
White with #FF4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A02; }
p { color: rgb(255,74,2); }
H1.HeaderClassName
{
color: #FF4A02;
}
.AnyTagClassName
{
color: #FF4A02;
}
</style>
background-color css
<style>
a { background-color: #FF4A02; }
a { background-color: rgb(255,74,2); }
div.DivClassName
{
background-color: #FF4A02;
}
.BgClassName
{
background-color: #FF4A02;
}
</style>
border-color css
<style>
span { border-color: #FF4A02; }
span { border-color: rgb(255,74,2); }
td.TdClassName
{
border-color: #FF4A02;
}
.TagClassName
{
border-color: #FF4A02;
}
</style>