Shades of Outrageous Orange #FF5B27
Tints of Outrageous Orange #FF5B27
RGB
CMYK
RGB Variations
Color information
#FF5B27 (or 0xFF5B27) is known color: Outrageous Orange. HEX triplet: FF, 5B and 27. RGB value is (255,91,39). Sum of RGB (Red+Green+Blue) = 255+91+39=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B27 is #00A4D8. Grayscale: #868686. Windows color (decimal): -42201 or 2579455. OLE color: 2579455.
HSL color Cylindrical-coordinate representation of color #FF5B27: hue angle of 14.44º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF5B27 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 91 | 39 | - |
| CMYK | 0 | 0.64 | 0.85 | 0 |
| HSL | 14.44º | 1% | 0.58% | - |
| HSV(B) | 14.44º | 0.85% | 1% | - |
| XYZ | 45.35 | 28.89 | 5.11 | - |
| YUV | 134.11 | 74.33 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 91 | 39 | 0 | 0.64 | 0.85 | 0 | 14.44 | 1 | 0.58 |
| Hex | FF | 5B | 27 | 0 | 40 | 55 | 0 | E | 64 | 3A |
| Octal | 377 | 133 | 47 | 0 | 100 | 125 | 0 | 16 | 144 | 72 |
| Binary | 11111111 | 1011011 | 100111 | 0 | 1000000 | 1010101 | 0 | 1110 | 1100100 | 111010 |
Color Harmonies of #FF5B27
Complementary color
Monochromatic Colors of #FF5B27
Black with #FF5B27
Text Example
Text Example
White with #FF5B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5B27; }
p { color: rgb(255,91,39); }
H1.HeaderClassName
{
color: #FF5B27;
}
.AnyTagClassName
{
color: #FF5B27;
}
</style>
background-color css
<style>
a { background-color: #FF5B27; }
a { background-color: rgb(255,91,39); }
div.DivClassName
{
background-color: #FF5B27;
}
.BgClassName
{
background-color: #FF5B27;
}
</style>
border-color css
<style>
span { border-color: #FF5B27; }
span { border-color: rgb(255,91,39); }
td.TdClassName
{
border-color: #FF5B27;
}
.TagClassName
{
border-color: #FF5B27;
}
</style>