Shades of Vermilion #FF4D00
Tints of Vermilion #FF4D00
RGB
CMYK
RGB Variations
Color information
#FF4D00 (or 0xFF4D00) is known color: Vermilion. HEX triplet: FF, 4D and 00. RGB value is (255,77,0). Sum of RGB (Red+Green+Blue) = 255+77+0=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D00 is #00B2FF. Grayscale: #797979. Windows color (decimal): -45824 or 19967. OLE color: 19967.
HSL color Cylindrical-coordinate representation of color #FF4D00: hue angle of 18.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF4D00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 77 | 0 | - |
CMYK | 0 | 0.70 | 1 | 0 |
HSL | 18.12º | 1% | 0.5% | - |
HSV(B) | 18.12º | 1% | 1% | - |
XYZ | 43.89 | 26.57 | 2.81 | - |
YUV | 121.44 | 59.47 | 223.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 77 | 0 | 0 | 0.70 | 1 | 0 | 18.12 | 1 | 0.5 |
Hex | FF | 4D | 0 | 0 | 46 | 64 | 0 | 12 | 64 | 32 |
Octal | 377 | 115 | 0 | 0 | 106 | 144 | 0 | 22 | 144 | 62 |
Binary | 11111111 | 1001101 | 0 | 0 | 1000110 | 1100100 | 0 | 10010 | 1100100 | 110010 |
Color Harmonies of #FF4D00
Complementary color
Monochromatic Colors of #FF4D00
Black with #FF4D00
Text Example
Text Example
White with #FF4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D00; }
p { color: rgb(255,77,0); }
H1.HeaderClassName
{
color: #FF4D00;
}
.AnyTagClassName
{
color: #FF4D00;
}
</style>
background-color css
<style>
a { background-color: #FF4D00; }
a { background-color: rgb(255,77,0); }
div.DivClassName
{
background-color: #FF4D00;
}
.BgClassName
{
background-color: #FF4D00;
}
</style>
border-color css
<style>
span { border-color: #FF4D00; }
span { border-color: rgb(255,77,0); }
td.TdClassName
{
border-color: #FF4D00;
}
.TagClassName
{
border-color: #FF4D00;
}
</style>