Shades of Vermilion #FF4C0E
Tints of Vermilion #FF4C0E
RGB
CMYK
RGB Variations
Color information
#FF4C0E (or 0xFF4C0E) is known color: Vermilion. HEX triplet: FF, 4C and 0E. RGB value is (255,76,14). Sum of RGB (Red+Green+Blue) = 255+76+14=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 14 (5.86% from 255 or 4.06% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C0E is #00B3F1. Grayscale: #7A7A7A. Windows color (decimal): -46066 or 937215. OLE color: 937215.
HSL color Cylindrical-coordinate representation of color #FF4C0E: hue angle of 15.44º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF4C0E is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 14 | - |
| CMYK | 0 | 0.70 | 0.95 | 0 |
| HSL | 15.44º | 1% | 0.53% | - |
| HSV(B) | 15.44º | 0.95% | 1% | - |
| XYZ | 43.9 | 26.46 | 3.21 | - |
| YUV | 122.45 | 66.8 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 14 | 0 | 0.70 | 0.95 | 0 | 15.44 | 1 | 0.53 |
| Hex | FF | 4C | E | 0 | 46 | 5F | 0 | F | 64 | 35 |
| Octal | 377 | 114 | 16 | 0 | 106 | 137 | 0 | 17 | 144 | 65 |
| Binary | 11111111 | 1001100 | 1110 | 0 | 1000110 | 1011111 | 0 | 1111 | 1100100 | 110101 |
Color Harmonies of #FF4C0E
Complementary color
Monochromatic Colors of #FF4C0E
Black with #FF4C0E
Text Example
Text Example
White with #FF4C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C0E; }
p { color: rgb(255,76,14); }
H1.HeaderClassName
{
color: #FF4C0E;
}
.AnyTagClassName
{
color: #FF4C0E;
}
</style>
background-color css
<style>
a { background-color: #FF4C0E; }
a { background-color: rgb(255,76,14); }
div.DivClassName
{
background-color: #FF4C0E;
}
.BgClassName
{
background-color: #FF4C0E;
}
</style>
border-color css
<style>
span { border-color: #FF4C0E; }
span { border-color: rgb(255,76,14); }
td.TdClassName
{
border-color: #FF4C0E;
}
.TagClassName
{
border-color: #FF4C0E;
}
</style>