Shades of Vermilion #FF4E0D
Tints of Vermilion #FF4E0D
RGB
CMYK
RGB Variations
Color information
#FF4E0D (or 0xFF4E0D) is known color: Vermilion. HEX triplet: FF, 4E and 0D. RGB value is (255,78,13). Sum of RGB (Red+Green+Blue) = 255+78+13=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4E0D is #00B1F2. Grayscale: #7B7B7B. Windows color (decimal): -45555 or 872191. OLE color: 872191.
HSL color Cylindrical-coordinate representation of color #FF4E0D: hue angle of 16.12º 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 #FF4E0D is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 13 | - |
| CMYK | 0 | 0.69 | 0.95 | 0 |
| HSL | 16.12º | 1% | 0.53% | - |
| HSV(B) | 16.12º | 0.95% | 1% | - |
| XYZ | 44.04 | 26.74 | 3.22 | - |
| YUV | 123.51 | 65.64 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 13 | 0 | 0.69 | 0.95 | 0 | 16.12 | 1 | 0.53 |
| Hex | FF | 4E | D | 0 | 45 | 5F | 0 | 10 | 64 | 35 |
| Octal | 377 | 116 | 15 | 0 | 105 | 137 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1001110 | 1101 | 0 | 1000101 | 1011111 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF4E0D
Complementary color
Monochromatic Colors of #FF4E0D
Black with #FF4E0D
Text Example
Text Example
White with #FF4E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E0D; }
p { color: rgb(255,78,13); }
H1.HeaderClassName
{
color: #FF4E0D;
}
.AnyTagClassName
{
color: #FF4E0D;
}
</style>
background-color css
<style>
a { background-color: #FF4E0D; }
a { background-color: rgb(255,78,13); }
div.DivClassName
{
background-color: #FF4E0D;
}
.BgClassName
{
background-color: #FF4E0D;
}
</style>
border-color css
<style>
span { border-color: #FF4E0D; }
span { border-color: rgb(255,78,13); }
td.TdClassName
{
border-color: #FF4E0D;
}
.TagClassName
{
border-color: #FF4E0D;
}
</style>