Shades of Vermilion #FF4E04
Tints of Vermilion #FF4E04
RGB
CMYK
RGB Variations
Color information
#FF4E04 (or 0xFF4E04) is known color: Vermilion. HEX triplet: FF, 4E and 04. RGB value is (255,78,4). Sum of RGB (Red+Green+Blue) = 255+78+4=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4E04 is #00B1FB. Grayscale: #7A7A7A. Windows color (decimal): -45564 or 282367. OLE color: 282367.
HSL color Cylindrical-coordinate representation of color #FF4E04: hue angle of 17.69º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF4E04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 4 | - |
| CMYK | 0 | 0.69 | 0.98 | 0 |
| HSL | 17.69º | 1% | 0.51% | - |
| HSV(B) | 17.69º | 0.98% | 1% | - |
| XYZ | 43.99 | 26.72 | 2.95 | - |
| YUV | 122.49 | 61.14 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 4 | 0 | 0.69 | 0.98 | 0 | 17.69 | 1 | 0.51 |
| Hex | FF | 4E | 4 | 0 | 45 | 62 | 0 | 12 | 64 | 33 |
| Octal | 377 | 116 | 4 | 0 | 105 | 142 | 0 | 22 | 144 | 63 |
| Binary | 11111111 | 1001110 | 100 | 0 | 1000101 | 1100010 | 0 | 10010 | 1100100 | 110011 |
Color Harmonies of #FF4E04
Complementary color
Monochromatic Colors of #FF4E04
Black with #FF4E04
Text Example
Text Example
White with #FF4E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E04; }
p { color: rgb(255,78,4); }
H1.HeaderClassName
{
color: #FF4E04;
}
.AnyTagClassName
{
color: #FF4E04;
}
</style>
background-color css
<style>
a { background-color: #FF4E04; }
a { background-color: rgb(255,78,4); }
div.DivClassName
{
background-color: #FF4E04;
}
.BgClassName
{
background-color: #FF4E04;
}
</style>
border-color css
<style>
span { border-color: #FF4E04; }
span { border-color: rgb(255,78,4); }
td.TdClassName
{
border-color: #FF4E04;
}
.TagClassName
{
border-color: #FF4E04;
}
</style>