Shades of Vermilion #FF4C00
Tints of Vermilion #FF4C00
RGB
CMYK
RGB Variations
Color information
#FF4C00 (or 0xFF4C00) is known color: Vermilion. HEX triplet: FF, 4C and 00. RGB value is (255,76,0). Sum of RGB (Red+Green+Blue) = 255+76+0=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C00 is #00B3FF. Grayscale: #797979. Windows color (decimal): -46080 or 19711. OLE color: 19711.
HSL color Cylindrical-coordinate representation of color #FF4C00: hue angle of 17.88º 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 #FF4C00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 76 | 0 | - |
CMYK | 0 | 0.70 | 1 | 0 |
HSL | 17.88º | 1% | 0.5% | - |
HSV(B) | 17.88º | 1% | 1% | - |
XYZ | 43.82 | 26.43 | 2.79 | - |
YUV | 120.86 | 59.8 | 223.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 76 | 0 | 0 | 0.70 | 1 | 0 | 17.88 | 1 | 0.5 |
Hex | FF | 4C | 0 | 0 | 46 | 64 | 0 | 12 | 64 | 32 |
Octal | 377 | 114 | 0 | 0 | 106 | 144 | 0 | 22 | 144 | 62 |
Binary | 11111111 | 1001100 | 0 | 0 | 1000110 | 1100100 | 0 | 10010 | 1100100 | 110010 |
Color Harmonies of #FF4C00
Complementary color
Monochromatic Colors of #FF4C00
Black with #FF4C00
Text Example
Text Example
White with #FF4C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C00; }
p { color: rgb(255,76,0); }
H1.HeaderClassName
{
color: #FF4C00;
}
.AnyTagClassName
{
color: #FF4C00;
}
</style>
background-color css
<style>
a { background-color: #FF4C00; }
a { background-color: rgb(255,76,0); }
div.DivClassName
{
background-color: #FF4C00;
}
.BgClassName
{
background-color: #FF4C00;
}
</style>
border-color css
<style>
span { border-color: #FF4C00; }
span { border-color: rgb(255,76,0); }
td.TdClassName
{
border-color: #FF4C00;
}
.TagClassName
{
border-color: #FF4C00;
}
</style>