Shades of Outrageous Orange #FF5827
Tints of Outrageous Orange #FF5827
RGB
CMYK
RGB Variations
Color information
#FF5827 (or 0xFF5827) is known color: Outrageous Orange. HEX triplet: FF, 58 and 27. RGB value is (255,88,39). Sum of RGB (Red+Green+Blue) = 255+88+39=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 88 (34.77% from 255 or 23.04% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5827 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5827 is #00A7D8. Grayscale: #848484. Windows color (decimal): -42969 or 2578687. OLE color: 2578687.
HSL color Cylindrical-coordinate representation of color #FF5827: hue angle of 13.61º 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 #FF5827 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 88 | 39 | - |
| CMYK | 0 | 0.65 | 0.85 | 0 |
| HSL | 13.61º | 1% | 0.58% | - |
| HSV(B) | 13.61º | 0.85% | 1% | - |
| XYZ | 45.1 | 28.39 | 5.02 | - |
| YUV | 132.35 | 75.33 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 88 | 39 | 0 | 0.65 | 0.85 | 0 | 13.61 | 1 | 0.58 |
| Hex | FF | 58 | 27 | 0 | 41 | 55 | 0 | E | 64 | 3A |
| Octal | 377 | 130 | 47 | 0 | 101 | 125 | 0 | 16 | 144 | 72 |
| Binary | 11111111 | 1011000 | 100111 | 0 | 1000001 | 1010101 | 0 | 1110 | 1100100 | 111010 |
Color Harmonies of #FF5827
Complementary color
Monochromatic Colors of #FF5827
Black with #FF5827
Text Example
Text Example
White with #FF5827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5827; }
p { color: rgb(255,88,39); }
H1.HeaderClassName
{
color: #FF5827;
}
.AnyTagClassName
{
color: #FF5827;
}
</style>
background-color css
<style>
a { background-color: #FF5827; }
a { background-color: rgb(255,88,39); }
div.DivClassName
{
background-color: #FF5827;
}
.BgClassName
{
background-color: #FF5827;
}
</style>
border-color css
<style>
span { border-color: #FF5827; }
span { border-color: rgb(255,88,39); }
td.TdClassName
{
border-color: #FF5827;
}
.TagClassName
{
border-color: #FF5827;
}
</style>