Shades of Outrageous Orange #FF5A23
Tints of Outrageous Orange #FF5A23
RGB
CMYK
RGB Variations
Color information
#FF5A23 (or 0xFF5A23) is known color: Outrageous Orange. HEX triplet: FF, 5A and 23. RGB value is (255,90,35). Sum of RGB (Red+Green+Blue) = 255+90+35=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 35 (14.06% from 255 or 9.21% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A23 is #00A5DC. Grayscale: #858585. Windows color (decimal): -42461 or 2317055. OLE color: 2317055.
HSL color Cylindrical-coordinate representation of color #FF5A23: hue angle of 15º 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 #FF5A23 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 35 | - |
| CMYK | 0 | 0.65 | 0.86 | 0 |
| HSL | 15º | 1% | 0.57% | - |
| HSV(B) | 15º | 0.86% | 1% | - |
| XYZ | 45.2 | 28.69 | 4.75 | - |
| YUV | 133.07 | 72.66 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 35 | 0 | 0.65 | 0.86 | 0 | 15 | 1 | 0.57 |
| Hex | FF | 5A | 23 | 0 | 41 | 56 | 0 | F | 64 | 39 |
| Octal | 377 | 132 | 43 | 0 | 101 | 126 | 0 | 17 | 144 | 71 |
| Binary | 11111111 | 1011010 | 100011 | 0 | 1000001 | 1010110 | 0 | 1111 | 1100100 | 111001 |
Color Harmonies of #FF5A23
Complementary color
Monochromatic Colors of #FF5A23
Black with #FF5A23
Text Example
Text Example
White with #FF5A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A23; }
p { color: rgb(255,90,35); }
H1.HeaderClassName
{
color: #FF5A23;
}
.AnyTagClassName
{
color: #FF5A23;
}
</style>
background-color css
<style>
a { background-color: #FF5A23; }
a { background-color: rgb(255,90,35); }
div.DivClassName
{
background-color: #FF5A23;
}
.BgClassName
{
background-color: #FF5A23;
}
</style>
border-color css
<style>
span { border-color: #FF5A23; }
span { border-color: rgb(255,90,35); }
td.TdClassName
{
border-color: #FF5A23;
}
.TagClassName
{
border-color: #FF5A23;
}
</style>