Shades of Outrageous Orange #FF5924
Tints of Outrageous Orange #FF5924
RGB
CMYK
RGB Variations
Color information
#FF5924 (or 0xFF5924) is known color: Outrageous Orange. HEX triplet: FF, 59 and 24. RGB value is (255,89,36). Sum of RGB (Red+Green+Blue) = 255+89+36=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5924 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5924 is #00A6DB. Grayscale: #848484. Windows color (decimal): -42716 or 2382335. OLE color: 2382335.
HSL color Cylindrical-coordinate representation of color #FF5924: hue angle of 14.52º 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 #FF5924 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 36 | - |
| CMYK | 0 | 0.65 | 0.86 | 0 |
| HSL | 14.52º | 1% | 0.57% | - |
| HSV(B) | 14.52º | 0.86% | 1% | - |
| XYZ | 45.13 | 28.53 | 4.8 | - |
| YUV | 132.59 | 73.5 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 36 | 0 | 0.65 | 0.86 | 0 | 14.52 | 1 | 0.57 |
| Hex | FF | 59 | 24 | 0 | 41 | 56 | 0 | F | 64 | 39 |
| Octal | 377 | 131 | 44 | 0 | 101 | 126 | 0 | 17 | 144 | 71 |
| Binary | 11111111 | 1011001 | 100100 | 0 | 1000001 | 1010110 | 0 | 1111 | 1100100 | 111001 |
Color Harmonies of #FF5924
Complementary color
Monochromatic Colors of #FF5924
Black with #FF5924
Text Example
Text Example
White with #FF5924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5924; }
p { color: rgb(255,89,36); }
H1.HeaderClassName
{
color: #FF5924;
}
.AnyTagClassName
{
color: #FF5924;
}
</style>
background-color css
<style>
a { background-color: #FF5924; }
a { background-color: rgb(255,89,36); }
div.DivClassName
{
background-color: #FF5924;
}
.BgClassName
{
background-color: #FF5924;
}
</style>
border-color css
<style>
span { border-color: #FF5924; }
span { border-color: rgb(255,89,36); }
td.TdClassName
{
border-color: #FF5924;
}
.TagClassName
{
border-color: #FF5924;
}
</style>