Shades of Outrageous Orange #FF5A2E
Tints of Outrageous Orange #FF5A2E
RGB
CMYK
RGB Variations
Color information
#FF5A2E (or 0xFF5A2E) is known color: Outrageous Orange. HEX triplet: FF, 5A and 2E. RGB value is (255,90,46). Sum of RGB (Red+Green+Blue) = 255+90+46=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A2E is #00A5D1. Grayscale: #868686. Windows color (decimal): -42450 or 3037951. OLE color: 3037951.
HSL color Cylindrical-coordinate representation of color #FF5A2E: hue angle of 12.63º 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 #FF5A2E is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 46 | - |
| CMYK | 0 | 0.65 | 0.82 | 0 |
| HSL | 12.63º | 1% | 0.59% | - |
| HSV(B) | 12.63º | 0.82% | 1% | - |
| XYZ | 45.39 | 28.77 | 5.75 | - |
| YUV | 134.32 | 78.16 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 46 | 0 | 0.65 | 0.82 | 0 | 12.63 | 1 | 0.59 |
| Hex | FF | 5A | 2E | 0 | 41 | 52 | 0 | D | 64 | 3B |
| Octal | 377 | 132 | 56 | 0 | 101 | 122 | 0 | 15 | 144 | 73 |
| Binary | 11111111 | 1011010 | 101110 | 0 | 1000001 | 1010010 | 0 | 1101 | 1100100 | 111011 |
Color Harmonies of #FF5A2E
Complementary color
Monochromatic Colors of #FF5A2E
Black with #FF5A2E
Text Example
Text Example
White with #FF5A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A2E; }
p { color: rgb(255,90,46); }
H1.HeaderClassName
{
color: #FF5A2E;
}
.AnyTagClassName
{
color: #FF5A2E;
}
</style>
background-color css
<style>
a { background-color: #FF5A2E; }
a { background-color: rgb(255,90,46); }
div.DivClassName
{
background-color: #FF5A2E;
}
.BgClassName
{
background-color: #FF5A2E;
}
</style>
border-color css
<style>
span { border-color: #FF5A2E; }
span { border-color: rgb(255,90,46); }
td.TdClassName
{
border-color: #FF5A2E;
}
.TagClassName
{
border-color: #FF5A2E;
}
</style>