Shades of Outrageous Orange #FF5A24
Tints of Outrageous Orange #FF5A24
RGB
CMYK
RGB Variations
Color information
#FF5A24 (or 0xFF5A24) is known color: Outrageous Orange. HEX triplet: FF, 5A and 24. RGB value is (255,90,36). Sum of RGB (Red+Green+Blue) = 255+90+36=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A24 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A24 is #00A5DB. Grayscale: #858585. Windows color (decimal): -42460 or 2382591. OLE color: 2382591.
HSL color Cylindrical-coordinate representation of color #FF5A24: hue angle of 14.79º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF5A24 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 36 | - |
| CMYK | 0 | 0.65 | 0.86 | 0 |
| HSL | 14.79º | 1% | 0.57% | - |
| HSV(B) | 14.79º | 0.86% | 1% | - |
| XYZ | 45.21 | 28.7 | 4.83 | - |
| YUV | 133.18 | 73.16 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 36 | 0 | 0.65 | 0.86 | 0 | 14.79 | 1 | 0.57 |
| Hex | FF | 5A | 24 | 0 | 41 | 56 | 0 | F | 64 | 39 |
| Octal | 377 | 132 | 44 | 0 | 101 | 126 | 0 | 17 | 144 | 71 |
| Binary | 11111111 | 1011010 | 100100 | 0 | 1000001 | 1010110 | 0 | 1111 | 1100100 | 111001 |
Color Harmonies of #FF5A24
Complementary color
Monochromatic Colors of #FF5A24
Black with #FF5A24
Text Example
Text Example
White with #FF5A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A24; }
p { color: rgb(255,90,36); }
H1.HeaderClassName
{
color: #FF5A24;
}
.AnyTagClassName
{
color: #FF5A24;
}
</style>
background-color css
<style>
a { background-color: #FF5A24; }
a { background-color: rgb(255,90,36); }
div.DivClassName
{
background-color: #FF5A24;
}
.BgClassName
{
background-color: #FF5A24;
}
</style>
border-color css
<style>
span { border-color: #FF5A24; }
span { border-color: rgb(255,90,36); }
td.TdClassName
{
border-color: #FF5A24;
}
.TagClassName
{
border-color: #FF5A24;
}
</style>