Shades of Vermilion #FF4D02
Tints of Vermilion #FF4D02
RGB
CMYK
RGB Variations
Color information
#FF4D02 (or 0xFF4D02) is known color: Vermilion. HEX triplet: FF, 4D and 02. RGB value is (255,77,2). Sum of RGB (Red+Green+Blue) = 255+77+2=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D02 is #00B2FD. Grayscale: #7A7A7A. Windows color (decimal): -45822 or 151039. OLE color: 151039.
HSL color Cylindrical-coordinate representation of color #FF4D02: hue angle of 17.79º 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 #FF4D02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0 |
| HSL | 17.79º | 1% | 0.5% | - |
| HSV(B) | 17.79º | 0.99% | 1% | - |
| XYZ | 43.9 | 26.57 | 2.87 | - |
| YUV | 121.67 | 60.47 | 223.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 2 | 0 | 0.70 | 0.99 | 0 | 17.79 | 1 | 0.5 |
| Hex | FF | 4D | 2 | 0 | 46 | 63 | 0 | 12 | 64 | 32 |
| Octal | 377 | 115 | 2 | 0 | 106 | 143 | 0 | 22 | 144 | 62 |
| Binary | 11111111 | 1001101 | 10 | 0 | 1000110 | 1100011 | 0 | 10010 | 1100100 | 110010 |
Color Harmonies of #FF4D02
Complementary color
Monochromatic Colors of #FF4D02
Black with #FF4D02
Text Example
Text Example
White with #FF4D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D02; }
p { color: rgb(255,77,2); }
H1.HeaderClassName
{
color: #FF4D02;
}
.AnyTagClassName
{
color: #FF4D02;
}
</style>
background-color css
<style>
a { background-color: #FF4D02; }
a { background-color: rgb(255,77,2); }
div.DivClassName
{
background-color: #FF4D02;
}
.BgClassName
{
background-color: #FF4D02;
}
</style>
border-color css
<style>
span { border-color: #FF4D02; }
span { border-color: rgb(255,77,2); }
td.TdClassName
{
border-color: #FF4D02;
}
.TagClassName
{
border-color: #FF4D02;
}
</style>