Shades of Outrageous Orange #FF5D36
Tints of Outrageous Orange #FF5D36
RGB
CMYK
RGB Variations
Color information
#FF5D36 (or 0xFF5D36) is known color: Outrageous Orange. HEX triplet: FF, 5D and 36. RGB value is (255,93,54). Sum of RGB (Red+Green+Blue) = 255+93+54=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 54 (21.48% from 255 or 13.43% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D36 is #00A2C9. Grayscale: #898989. Windows color (decimal): -41674 or 3563007. OLE color: 3563007.
HSL color Cylindrical-coordinate representation of color #FF5D36: hue angle of 11.64º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF5D36 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 54 | - |
| CMYK | 0 | 0.64 | 0.79 | 0 |
| HSL | 11.64º | 1% | 0.61% | - |
| HSV(B) | 11.64º | 0.79% | 1% | - |
| XYZ | 45.82 | 29.36 | 6.74 | - |
| YUV | 136.99 | 81.17 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 54 | 0 | 0.64 | 0.79 | 0 | 11.64 | 1 | 0.61 |
| Hex | FF | 5D | 36 | 0 | 40 | 4F | 0 | C | 64 | 3D |
| Octal | 377 | 135 | 66 | 0 | 100 | 117 | 0 | 14 | 144 | 75 |
| Binary | 11111111 | 1011101 | 110110 | 0 | 1000000 | 1001111 | 0 | 1100 | 1100100 | 111101 |
Color Harmonies of #FF5D36
Complementary color
Monochromatic Colors of #FF5D36
Black with #FF5D36
Text Example
Text Example
White with #FF5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5D36; }
p { color: rgb(255,93,54); }
H1.HeaderClassName
{
color: #FF5D36;
}
.AnyTagClassName
{
color: #FF5D36;
}
</style>
background-color css
<style>
a { background-color: #FF5D36; }
a { background-color: rgb(255,93,54); }
div.DivClassName
{
background-color: #FF5D36;
}
.BgClassName
{
background-color: #FF5D36;
}
</style>
border-color css
<style>
span { border-color: #FF5D36; }
span { border-color: rgb(255,93,54); }
td.TdClassName
{
border-color: #FF5D36;
}
.TagClassName
{
border-color: #FF5D36;
}
</style>