Shades of Vermilion #FF4E0F
Tints of Vermilion #FF4E0F
RGB
CMYK
RGB Variations
Color information
#FF4E0F (or 0xFF4E0F) is known color: Vermilion. HEX triplet: FF, 4E and 0F. RGB value is (255,78,15). Sum of RGB (Red+Green+Blue) = 255+78+15=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 15 (6.25% from 255 or 4.31% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4E0F is #00B1F0. Grayscale: #7C7C7C. Windows color (decimal): -45553 or 1003263. OLE color: 1003263.
HSL color Cylindrical-coordinate representation of color #FF4E0F: hue angle of 15.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF4E0F is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 15 | - |
| CMYK | 0 | 0.69 | 0.94 | 0 |
| HSL | 15.75º | 1% | 0.53% | - |
| HSV(B) | 15.75º | 0.94% | 1% | - |
| XYZ | 44.05 | 26.74 | 3.29 | - |
| YUV | 123.74 | 66.64 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 15 | 0 | 0.69 | 0.94 | 0 | 15.75 | 1 | 0.53 |
| Hex | FF | 4E | F | 0 | 45 | 5E | 0 | 10 | 64 | 35 |
| Octal | 377 | 116 | 17 | 0 | 105 | 136 | 0 | 20 | 144 | 65 |
| Binary | 11111111 | 1001110 | 1111 | 0 | 1000101 | 1011110 | 0 | 10000 | 1100100 | 110101 |
Color Harmonies of #FF4E0F
Complementary color
Monochromatic Colors of #FF4E0F
Black with #FF4E0F
Text Example
Text Example
White with #FF4E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E0F; }
p { color: rgb(255,78,15); }
H1.HeaderClassName
{
color: #FF4E0F;
}
.AnyTagClassName
{
color: #FF4E0F;
}
</style>
background-color css
<style>
a { background-color: #FF4E0F; }
a { background-color: rgb(255,78,15); }
div.DivClassName
{
background-color: #FF4E0F;
}
.BgClassName
{
background-color: #FF4E0F;
}
</style>
border-color css
<style>
span { border-color: #FF4E0F; }
span { border-color: rgb(255,78,15); }
td.TdClassName
{
border-color: #FF4E0F;
}
.TagClassName
{
border-color: #FF4E0F;
}
</style>