Shades of Outrageous Orange #FF5E27
Tints of Outrageous Orange #FF5E27
RGB
CMYK
RGB Variations
Color information
#FF5E27 (or 0xFF5E27) is known color: Outrageous Orange. HEX triplet: FF, 5E and 27. RGB value is (255,94,39). Sum of RGB (Red+Green+Blue) = 255+94+39=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 94 (37.11% from 255 or 24.23% from 388); Blue value is 39 (15.62% from 255 or 10.05% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E27 is #00A1D8. Grayscale: #888888. Windows color (decimal): -41433 or 2580223. OLE color: 2580223.
HSL color Cylindrical-coordinate representation of color #FF5E27: hue angle of 15.28º 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 #FF5E27 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 39 | - |
| CMYK | 0 | 0.63 | 0.85 | 0 |
| HSL | 15.28º | 1% | 0.58% | - |
| HSV(B) | 15.28º | 0.85% | 1% | - |
| XYZ | 45.61 | 29.41 | 5.19 | - |
| YUV | 135.87 | 73.34 | 212.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 39 | 0 | 0.63 | 0.85 | 0 | 15.28 | 1 | 0.58 |
| Hex | FF | 5E | 27 | 0 | 3F | 55 | 0 | F | 64 | 3A |
| Octal | 377 | 136 | 47 | 0 | 77 | 125 | 0 | 17 | 144 | 72 |
| Binary | 11111111 | 1011110 | 100111 | 0 | 111111 | 1010101 | 0 | 1111 | 1100100 | 111010 |
Color Harmonies of #FF5E27
Complementary color
Monochromatic Colors of #FF5E27
Black with #FF5E27
Text Example
Text Example
White with #FF5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E27; }
p { color: rgb(255,94,39); }
H1.HeaderClassName
{
color: #FF5E27;
}
.AnyTagClassName
{
color: #FF5E27;
}
</style>
background-color css
<style>
a { background-color: #FF5E27; }
a { background-color: rgb(255,94,39); }
div.DivClassName
{
background-color: #FF5E27;
}
.BgClassName
{
background-color: #FF5E27;
}
</style>
border-color css
<style>
span { border-color: #FF5E27; }
span { border-color: rgb(255,94,39); }
td.TdClassName
{
border-color: #FF5E27;
}
.TagClassName
{
border-color: #FF5E27;
}
</style>