Shades of Outrageous Orange #F5581E
Tints of Outrageous Orange #F5581E
RGB
CMYK
RGB Variations
Color information
#F5581E (or 0xF5581E) is known color: Outrageous Orange. HEX triplet: F5, 58 and 1E. RGB value is (245,88,30). Sum of RGB (Red+Green+Blue) = 245+88+30=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F5581E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5581E is #0AA7E1. Grayscale: #808080. Windows color (decimal): -698338 or 1988853. OLE color: 1988853.
HSL color Cylindrical-coordinate representation of color #F5581E: hue angle of 16.19º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5581E is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 88 | 30 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.04 |
| HSL | 16.19º | 0.91% | 0.54% | - |
| HSV(B) | 16.19º | 0.88% | 0.96% | - |
| XYZ | 41.38 | 26.49 | 4.16 | - |
| YUV | 128.33 | 72.51 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 88 | 30 | 0 | 0.64 | 0.88 | 0.04 | 16.19 | 0.91 | 0.54 |
| Hex | F5 | 58 | 1E | 0 | 40 | 58 | 4 | 10 | 5B | 36 |
| Octal | 365 | 130 | 36 | 0 | 100 | 130 | 4 | 20 | 133 | 66 |
| Binary | 11110101 | 1011000 | 11110 | 0 | 1000000 | 1011000 | 100 | 10000 | 1011011 | 110110 |
Color Harmonies of #F5581E
Complementary color
Monochromatic Colors of #F5581E
Black with #F5581E
Text Example
Text Example
White with #F5581E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5581E; }
p { color: rgb(245,88,30); }
H1.HeaderClassName
{
color: #F5581E;
}
.AnyTagClassName
{
color: #F5581E;
}
</style>
background-color css
<style>
a { background-color: #F5581E; }
a { background-color: rgb(245,88,30); }
div.DivClassName
{
background-color: #F5581E;
}
.BgClassName
{
background-color: #F5581E;
}
</style>
border-color css
<style>
span { border-color: #F5581E; }
span { border-color: rgb(245,88,30); }
td.TdClassName
{
border-color: #F5581E;
}
.TagClassName
{
border-color: #F5581E;
}
</style>