Shades of Outrageous Orange #FF5931
Tints of Outrageous Orange #FF5931
RGB
CMYK
RGB Variations
Color information
#FF5931 (or 0xFF5931) is known color: Outrageous Orange. HEX triplet: FF, 59 and 31. RGB value is (255,89,49). Sum of RGB (Red+Green+Blue) = 255+89+49=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 49 (19.53% from 255 or 12.47% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5931 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5931 is #00A6CE. Grayscale: #868686. Windows color (decimal): -42703 or 3234303. OLE color: 3234303.
HSL color Cylindrical-coordinate representation of color #FF5931: hue angle of 11.65º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF5931 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 89 | 49 | - |
| CMYK | 0 | 0.65 | 0.81 | 0 |
| HSL | 11.65º | 1% | 0.6% | - |
| HSV(B) | 11.65º | 0.81% | 1% | - |
| XYZ | 45.37 | 28.63 | 6.04 | - |
| YUV | 134.07 | 80 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 89 | 49 | 0 | 0.65 | 0.81 | 0 | 11.65 | 1 | 0.6 |
| Hex | FF | 59 | 31 | 0 | 41 | 51 | 0 | C | 64 | 3C |
| Octal | 377 | 131 | 61 | 0 | 101 | 121 | 0 | 14 | 144 | 74 |
| Binary | 11111111 | 1011001 | 110001 | 0 | 1000001 | 1010001 | 0 | 1100 | 1100100 | 111100 |
Color Harmonies of #FF5931
Complementary color
Monochromatic Colors of #FF5931
Black with #FF5931
Text Example
Text Example
White with #FF5931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5931; }
p { color: rgb(255,89,49); }
H1.HeaderClassName
{
color: #FF5931;
}
.AnyTagClassName
{
color: #FF5931;
}
</style>
background-color css
<style>
a { background-color: #FF5931; }
a { background-color: rgb(255,89,49); }
div.DivClassName
{
background-color: #FF5931;
}
.BgClassName
{
background-color: #FF5931;
}
</style>
border-color css
<style>
span { border-color: #FF5931; }
span { border-color: rgb(255,89,49); }
td.TdClassName
{
border-color: #FF5931;
}
.TagClassName
{
border-color: #FF5931;
}
</style>