Shades of Outrageous Orange #FF5E2E
Tints of Outrageous Orange #FF5E2E
RGB
CMYK
RGB Variations
Color information
#FF5E2E (or 0xFF5E2E) is known color: Outrageous Orange. HEX triplet: FF, 5E and 2E. RGB value is (255,94,46). Sum of RGB (Red+Green+Blue) = 255+94+46=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 46 (18.36% from 255 or 11.65% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E2E is #00A1D1. Grayscale: #898989. Windows color (decimal): -41426 or 3038975. OLE color: 3038975.
HSL color Cylindrical-coordinate representation of color #FF5E2E: hue angle of 13.78º 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 #FF5E2E is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 46 | - |
| CMYK | 0 | 0.63 | 0.82 | 0 |
| HSL | 13.78º | 1% | 0.59% | - |
| HSV(B) | 13.78º | 0.82% | 1% | - |
| XYZ | 45.74 | 29.46 | 5.86 | - |
| YUV | 136.67 | 76.84 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 46 | 0 | 0.63 | 0.82 | 0 | 13.78 | 1 | 0.59 |
| Hex | FF | 5E | 2E | 0 | 3F | 52 | 0 | E | 64 | 3B |
| Octal | 377 | 136 | 56 | 0 | 77 | 122 | 0 | 16 | 144 | 73 |
| Binary | 11111111 | 1011110 | 101110 | 0 | 111111 | 1010010 | 0 | 1110 | 1100100 | 111011 |
Color Harmonies of #FF5E2E
Complementary color
Monochromatic Colors of #FF5E2E
Black with #FF5E2E
Text Example
Text Example
White with #FF5E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E2E; }
p { color: rgb(255,94,46); }
H1.HeaderClassName
{
color: #FF5E2E;
}
.AnyTagClassName
{
color: #FF5E2E;
}
</style>
background-color css
<style>
a { background-color: #FF5E2E; }
a { background-color: rgb(255,94,46); }
div.DivClassName
{
background-color: #FF5E2E;
}
.BgClassName
{
background-color: #FF5E2E;
}
</style>
border-color css
<style>
span { border-color: #FF5E2E; }
span { border-color: rgb(255,94,46); }
td.TdClassName
{
border-color: #FF5E2E;
}
.TagClassName
{
border-color: #FF5E2E;
}
</style>