Shades of Orange Red #FF4A0E
Tints of Orange Red #FF4A0E
RGB
CMYK
RGB Variations
Color information
#FF4A0E (or 0xFF4A0E) is known color: Orange Red. HEX triplet: FF, 4A and 0E. RGB value is (255,74,14). Sum of RGB (Red+Green+Blue) = 255+74+14=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 14 (5.86% from 255 or 4.08% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4A0E is #00B5F1. Grayscale: #797979. Windows color (decimal): -46578 or 936703. OLE color: 936703.
HSL color Cylindrical-coordinate representation of color #FF4A0E: hue angle of 14.94º 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 #FF4A0E is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 14 | - |
| CMYK | 0 | 0.71 | 0.95 | 0 |
| HSL | 14.94º | 1% | 0.53% | - |
| HSV(B) | 14.94º | 0.95% | 1% | - |
| XYZ | 43.77 | 26.19 | 3.16 | - |
| YUV | 121.28 | 67.47 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 14 | 0 | 0.71 | 0.95 | 0 | 14.94 | 1 | 0.53 |
| Hex | FF | 4A | E | 0 | 47 | 5F | 0 | F | 64 | 35 |
| Octal | 377 | 112 | 16 | 0 | 107 | 137 | 0 | 17 | 144 | 65 |
| Binary | 11111111 | 1001010 | 1110 | 0 | 1000111 | 1011111 | 0 | 1111 | 1100100 | 110101 |
Color Harmonies of #FF4A0E
Complementary color
Monochromatic Colors of #FF4A0E
Black with #FF4A0E
Text Example
Text Example
White with #FF4A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A0E; }
p { color: rgb(255,74,14); }
H1.HeaderClassName
{
color: #FF4A0E;
}
.AnyTagClassName
{
color: #FF4A0E;
}
</style>
background-color css
<style>
a { background-color: #FF4A0E; }
a { background-color: rgb(255,74,14); }
div.DivClassName
{
background-color: #FF4A0E;
}
.BgClassName
{
background-color: #FF4A0E;
}
</style>
border-color css
<style>
span { border-color: #FF4A0E; }
span { border-color: rgb(255,74,14); }
td.TdClassName
{
border-color: #FF4A0E;
}
.TagClassName
{
border-color: #FF4A0E;
}
</style>