Shades of Outrageous Orange #FF5A39
Tints of Outrageous Orange #FF5A39
RGB
CMYK
RGB Variations
Color information
#FF5A39 (or 0xFF5A39) is known color: Outrageous Orange. HEX triplet: FF, 5A and 39. RGB value is (255,90,57). Sum of RGB (Red+Green+Blue) = 255+90+57=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 57 (22.66% from 255 or 14.18% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A39 is #00A5C6. Grayscale: #878787. Windows color (decimal): -42439 or 3758847. OLE color: 3758847.
HSL color Cylindrical-coordinate representation of color #FF5A39: hue angle of 10º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF5A39 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 90 | 57 | - |
| CMYK | 0 | 0.65 | 0.78 | 0 |
| HSL | 10º | 1% | 0.61% | - |
| HSV(B) | 10º | 0.78% | 1% | - |
| XYZ | 45.63 | 28.87 | 7.04 | - |
| YUV | 135.57 | 83.66 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 90 | 57 | 0 | 0.65 | 0.78 | 0 | 10 | 1 | 0.61 |
| Hex | FF | 5A | 39 | 0 | 41 | 4E | 0 | A | 64 | 3D |
| Octal | 377 | 132 | 71 | 0 | 101 | 116 | 0 | 12 | 144 | 75 |
| Binary | 11111111 | 1011010 | 111001 | 0 | 1000001 | 1001110 | 0 | 1010 | 1100100 | 111101 |
Color Harmonies of #FF5A39
Complementary color
Monochromatic Colors of #FF5A39
Black with #FF5A39
Text Example
Text Example
White with #FF5A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5A39; }
p { color: rgb(255,90,57); }
H1.HeaderClassName
{
color: #FF5A39;
}
.AnyTagClassName
{
color: #FF5A39;
}
</style>
background-color css
<style>
a { background-color: #FF5A39; }
a { background-color: rgb(255,90,57); }
div.DivClassName
{
background-color: #FF5A39;
}
.BgClassName
{
background-color: #FF5A39;
}
</style>
border-color css
<style>
span { border-color: #FF5A39; }
span { border-color: rgb(255,90,57); }
td.TdClassName
{
border-color: #FF5A39;
}
.TagClassName
{
border-color: #FF5A39;
}
</style>