Shades of Red Orange #FF4E2F
Tints of Red Orange #FF4E2F
RGB
CMYK
RGB Variations
Color information
#FF4E2F (or 0xFF4E2F) is known color: Red Orange. HEX triplet: FF, 4E and 2F. RGB value is (255,78,47). Sum of RGB (Red+Green+Blue) = 255+78+47=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 47 (18.75% from 255 or 12.37% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4E2F is #00B1D0. Grayscale: #7F7F7F. Windows color (decimal): -45521 or 3100415. OLE color: 3100415.
HSL color Cylindrical-coordinate representation of color #FF4E2F: hue angle of 8.94º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF4E2F is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 47 | - |
| CMYK | 0 | 0.69 | 0.82 | 0 |
| HSL | 8.94º | 1% | 0.59% | - |
| HSV(B) | 8.94º | 0.82% | 1% | - |
| XYZ | 44.48 | 26.91 | 5.54 | - |
| YUV | 127.39 | 82.64 | 219.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 47 | 0 | 0.69 | 0.82 | 0 | 8.94 | 1 | 0.59 |
| Hex | FF | 4E | 2F | 0 | 45 | 52 | 0 | 9 | 64 | 3B |
| Octal | 377 | 116 | 57 | 0 | 105 | 122 | 0 | 11 | 144 | 73 |
| Binary | 11111111 | 1001110 | 101111 | 0 | 1000101 | 1010010 | 0 | 1001 | 1100100 | 111011 |
Color Harmonies of #FF4E2F
Complementary color
Monochromatic Colors of #FF4E2F
Black with #FF4E2F
Text Example
Text Example
White with #FF4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E2F; }
p { color: rgb(255,78,47); }
H1.HeaderClassName
{
color: #FF4E2F;
}
.AnyTagClassName
{
color: #FF4E2F;
}
</style>
background-color css
<style>
a { background-color: #FF4E2F; }
a { background-color: rgb(255,78,47); }
div.DivClassName
{
background-color: #FF4E2F;
}
.BgClassName
{
background-color: #FF4E2F;
}
</style>
border-color css
<style>
span { border-color: #FF4E2F; }
span { border-color: rgb(255,78,47); }
td.TdClassName
{
border-color: #FF4E2F;
}
.TagClassName
{
border-color: #FF4E2F;
}
</style>