Shades of Red Orange #FF4E2C
Tints of Red Orange #FF4E2C
RGB
CMYK
RGB Variations
Color information
#FF4E2C (or 0xFF4E2C) is known color: Red Orange. HEX triplet: FF, 4E and 2C. RGB value is (255,78,44). Sum of RGB (Red+Green+Blue) = 255+78+44=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4E2C is #00B1D3. Grayscale: #7F7F7F. Windows color (decimal): -45524 or 2903807. OLE color: 2903807.
HSL color Cylindrical-coordinate representation of color #FF4E2C: hue angle of 9.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF4E2C is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 78 | 44 | - |
| CMYK | 0 | 0.69 | 0.83 | 0 |
| HSL | 9.67º | 1% | 0.59% | - |
| HSV(B) | 9.67º | 0.83% | 1% | - |
| XYZ | 44.42 | 26.89 | 5.23 | - |
| YUV | 127.05 | 81.14 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 78 | 44 | 0 | 0.69 | 0.83 | 0 | 9.67 | 1 | 0.59 |
| Hex | FF | 4E | 2C | 0 | 45 | 53 | 0 | A | 64 | 3B |
| Octal | 377 | 116 | 54 | 0 | 105 | 123 | 0 | 12 | 144 | 73 |
| Binary | 11111111 | 1001110 | 101100 | 0 | 1000101 | 1010011 | 0 | 1010 | 1100100 | 111011 |
Color Harmonies of #FF4E2C
Complementary color
Monochromatic Colors of #FF4E2C
Black with #FF4E2C
Text Example
Text Example
White with #FF4E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4E2C; }
p { color: rgb(255,78,44); }
H1.HeaderClassName
{
color: #FF4E2C;
}
.AnyTagClassName
{
color: #FF4E2C;
}
</style>
background-color css
<style>
a { background-color: #FF4E2C; }
a { background-color: rgb(255,78,44); }
div.DivClassName
{
background-color: #FF4E2C;
}
.BgClassName
{
background-color: #FF4E2C;
}
</style>
border-color css
<style>
span { border-color: #FF4E2C; }
span { border-color: rgb(255,78,44); }
td.TdClassName
{
border-color: #FF4E2C;
}
.TagClassName
{
border-color: #FF4E2C;
}
</style>