Shades of Outrageous Orange #FF5B36
Tints of Outrageous Orange #FF5B36
RGB
CMYK
RGB Variations
Color information
#FF5B36 (or 0xFF5B36) is known color: Outrageous Orange. HEX triplet: FF, 5B and 36. RGB value is (255,91,54). Sum of RGB (Red+Green+Blue) = 255+91+54=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B36 is #00A4C9. Grayscale: #888888. Windows color (decimal): -42186 or 3562495. OLE color: 3562495.
HSL color Cylindrical-coordinate representation of color #FF5B36: hue angle of 11.04º 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 #FF5B36 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 54 | - |
| CMYK | 0 | 0.64 | 0.79 | 0 |
| HSL | 11.04º | 1% | 0.61% | - |
| HSV(B) | 11.04º | 0.79% | 1% | - |
| XYZ | 45.65 | 29.01 | 6.68 | - |
| YUV | 135.82 | 81.83 | 213.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 54 | 0 | 0.64 | 0.79 | 0 | 11.04 | 1 | 0.61 |
| Hex | FF | 5B | 36 | 0 | 40 | 4F | 0 | B | 64 | 3D |
| Octal | 377 | 133 | 66 | 0 | 100 | 117 | 0 | 13 | 144 | 75 |
| Binary | 11111111 | 1011011 | 110110 | 0 | 1000000 | 1001111 | 0 | 1011 | 1100100 | 111101 |
Color Harmonies of #FF5B36
Complementary color
Monochromatic Colors of #FF5B36
Black with #FF5B36
Text Example
Text Example
White with #FF5B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B36; }
p { color: rgb(255,91,54); }
H1.HeaderClassName
{
color: #FF5B36;
}
.AnyTagClassName
{
color: #FF5B36;
}
</style>
background-color css
<style>
a { background-color: #FF5B36; }
a { background-color: rgb(255,91,54); }
div.DivClassName
{
background-color: #FF5B36;
}
.BgClassName
{
background-color: #FF5B36;
}
</style>
border-color css
<style>
span { border-color: #FF5B36; }
span { border-color: rgb(255,91,54); }
td.TdClassName
{
border-color: #FF5B36;
}
.TagClassName
{
border-color: #FF5B36;
}
</style>