Shades of Outrageous Orange #F5591F
Tints of Outrageous Orange #F5591F
RGB
CMYK
RGB Variations
Color information
#F5591F (or 0xF5591F) is known color: Outrageous Orange. HEX triplet: F5, 59 and 1F. RGB value is (245,89,31). Sum of RGB (Red+Green+Blue) = 245+89+31=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F5591F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5591F is #0AA6E0. Grayscale: #818181. Windows color (decimal): -698081 or 2054645. OLE color: 2054645.
HSL color Cylindrical-coordinate representation of color #F5591F: hue angle of 16.26º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F5591F is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 89 | 31 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.04 |
| HSL | 16.26º | 0.91% | 0.54% | - |
| HSV(B) | 16.26º | 0.87% | 0.96% | - |
| XYZ | 41.48 | 26.66 | 4.26 | - |
| YUV | 129.03 | 72.68 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 89 | 31 | 0 | 0.64 | 0.87 | 0.04 | 16.26 | 0.91 | 0.54 |
| Hex | F5 | 59 | 1F | 0 | 40 | 57 | 4 | 10 | 5B | 36 |
| Octal | 365 | 131 | 37 | 0 | 100 | 127 | 4 | 20 | 133 | 66 |
| Binary | 11110101 | 1011001 | 11111 | 0 | 1000000 | 1010111 | 100 | 10000 | 1011011 | 110110 |
Color Harmonies of #F5591F
Complementary color
Monochromatic Colors of #F5591F
Black with #F5591F
Text Example
Text Example
White with #F5591F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5591F; }
p { color: rgb(245,89,31); }
H1.HeaderClassName
{
color: #F5591F;
}
.AnyTagClassName
{
color: #F5591F;
}
</style>
background-color css
<style>
a { background-color: #F5591F; }
a { background-color: rgb(245,89,31); }
div.DivClassName
{
background-color: #F5591F;
}
.BgClassName
{
background-color: #F5591F;
}
</style>
border-color css
<style>
span { border-color: #F5591F; }
span { border-color: rgb(245,89,31); }
td.TdClassName
{
border-color: #F5591F;
}
.TagClassName
{
border-color: #F5591F;
}
</style>