Shades of Vermilion #FF4E02
Tints of Vermilion #FF4E02
RGB
CMYK
RGB Variations
Color information
#FF4E02 (or 0xFF4E02) is known color: Vermilion. HEX triplet: FF, 4E and 02. RGB value is (255,78,2). Sum of RGB (Red+Green+Blue) = 255+78+2=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4E02 is #00B1FD. Grayscale: #7A7A7A. Windows color (decimal): -45566 or 151295. OLE color: 151295.
HSL color Cylindrical-coordinate representation of color #FF4E02: hue angle of 18.02º 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 #FF4E02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0 |
| HSL | 18.02º | 1% | 0.5% | - |
| HSV(B) | 18.02º | 0.99% | 1% | - |
| XYZ | 43.98 | 26.71 | 2.9 | - |
| YUV | 122.26 | 60.14 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 2 | 0 | 0.69 | 0.99 | 0 | 18.02 | 1 | 0.5 |
| Hex | FF | 4E | 2 | 0 | 45 | 63 | 0 | 12 | 64 | 32 |
| Octal | 377 | 116 | 2 | 0 | 105 | 143 | 0 | 22 | 144 | 62 |
| Binary | 11111111 | 1001110 | 10 | 0 | 1000101 | 1100011 | 0 | 10010 | 1100100 | 110010 |
Color Harmonies of #FF4E02
Complementary color
Monochromatic Colors of #FF4E02
Black with #FF4E02
Text Example
Text Example
White with #FF4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E02; }
p { color: rgb(255,78,2); }
H1.HeaderClassName
{
color: #FF4E02;
}
.AnyTagClassName
{
color: #FF4E02;
}
</style>
background-color css
<style>
a { background-color: #FF4E02; }
a { background-color: rgb(255,78,2); }
div.DivClassName
{
background-color: #FF4E02;
}
.BgClassName
{
background-color: #FF4E02;
}
</style>
border-color css
<style>
span { border-color: #FF4E02; }
span { border-color: rgb(255,78,2); }
td.TdClassName
{
border-color: #FF4E02;
}
.TagClassName
{
border-color: #FF4E02;
}
</style>