Shades of Outrageous Orange #FF5D39
Tints of Outrageous Orange #FF5D39
RGB
CMYK
RGB Variations
Color information
#FF5D39 (or 0xFF5D39) is known color: Outrageous Orange. HEX triplet: FF, 5D and 39. RGB value is (255,93,57). Sum of RGB (Red+Green+Blue) = 255+93+57=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D39 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D39 is #00A2C6. Grayscale: #898989. Windows color (decimal): -41671 or 3759615. OLE color: 3759615.
HSL color Cylindrical-coordinate representation of color #FF5D39: hue angle of 10.91º 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 #FF5D39 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 57 | - |
| CMYK | 0 | 0.64 | 0.78 | 0 |
| HSL | 10.91º | 1% | 0.61% | - |
| HSV(B) | 10.91º | 0.78% | 1% | - |
| XYZ | 45.89 | 29.38 | 7.12 | - |
| YUV | 137.33 | 82.67 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 57 | 0 | 0.64 | 0.78 | 0 | 10.91 | 1 | 0.61 |
| Hex | FF | 5D | 39 | 0 | 40 | 4E | 0 | B | 64 | 3D |
| Octal | 377 | 135 | 71 | 0 | 100 | 116 | 0 | 13 | 144 | 75 |
| Binary | 11111111 | 1011101 | 111001 | 0 | 1000000 | 1001110 | 0 | 1011 | 1100100 | 111101 |
Color Harmonies of #FF5D39
Complementary color
Monochromatic Colors of #FF5D39
Black with #FF5D39
Text Example
Text Example
White with #FF5D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D39; }
p { color: rgb(255,93,57); }
H1.HeaderClassName
{
color: #FF5D39;
}
.AnyTagClassName
{
color: #FF5D39;
}
</style>
background-color css
<style>
a { background-color: #FF5D39; }
a { background-color: rgb(255,93,57); }
div.DivClassName
{
background-color: #FF5D39;
}
.BgClassName
{
background-color: #FF5D39;
}
</style>
border-color css
<style>
span { border-color: #FF5D39; }
span { border-color: rgb(255,93,57); }
td.TdClassName
{
border-color: #FF5D39;
}
.TagClassName
{
border-color: #FF5D39;
}
</style>