Shades of Vermilion #FF4E0C
Tints of Vermilion #FF4E0C
RGB
CMYK
RGB Variations
Color information
#FF4E0C (or 0xFF4E0C) is known color: Vermilion. HEX triplet: FF, 4E and 0C. RGB value is (255,78,12). Sum of RGB (Red+Green+Blue) = 255+78+12=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4E0C is #00B1F3. Grayscale: #7B7B7B. Windows color (decimal): -45556 or 806655. OLE color: 806655.
HSL color Cylindrical-coordinate representation of color #FF4E0C: hue angle of 16.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF4E0C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0 |
| HSL | 16.3º | 1% | 0.52% | - |
| HSV(B) | 16.3º | 0.95% | 1% | - |
| XYZ | 44.03 | 26.74 | 3.19 | - |
| YUV | 123.4 | 65.14 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 12 | 0 | 0.69 | 0.95 | 0 | 16.3 | 1 | 0.52 |
| Hex | FF | 4E | C | 0 | 45 | 5F | 0 | 10 | 64 | 34 |
| Octal | 377 | 116 | 14 | 0 | 105 | 137 | 0 | 20 | 144 | 64 |
| Binary | 11111111 | 1001110 | 1100 | 0 | 1000101 | 1011111 | 0 | 10000 | 1100100 | 110100 |
Color Harmonies of #FF4E0C
Complementary color
Monochromatic Colors of #FF4E0C
Black with #FF4E0C
Text Example
Text Example
White with #FF4E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E0C; }
p { color: rgb(255,78,12); }
H1.HeaderClassName
{
color: #FF4E0C;
}
.AnyTagClassName
{
color: #FF4E0C;
}
</style>
background-color css
<style>
a { background-color: #FF4E0C; }
a { background-color: rgb(255,78,12); }
div.DivClassName
{
background-color: #FF4E0C;
}
.BgClassName
{
background-color: #FF4E0C;
}
</style>
border-color css
<style>
span { border-color: #FF4E0C; }
span { border-color: rgb(255,78,12); }
td.TdClassName
{
border-color: #FF4E0C;
}
.TagClassName
{
border-color: #FF4E0C;
}
</style>