Shades of Outrageous Orange #F5501E
Tints of Outrageous Orange #F5501E
RGB
CMYK
RGB Variations
Color information
#F5501E (or 0xF5501E) is known color: Outrageous Orange. HEX triplet: F5, 50 and 1E. RGB value is (245,80,30). Sum of RGB (Red+Green+Blue) = 245+80+30=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5501E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5501E is #0AAFE1. Grayscale: #7B7B7B. Windows color (decimal): -700386 or 1986805. OLE color: 1986805.
HSL color Cylindrical-coordinate representation of color #F5501E: hue angle of 13.95º 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 #F5501E is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 30 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.04 |
| HSL | 13.95º | 0.91% | 0.54% | - |
| HSV(B) | 13.95º | 0.88% | 0.96% | - |
| XYZ | 40.76 | 25.24 | 3.95 | - |
| YUV | 123.64 | 75.16 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 30 | 0 | 0.67 | 0.88 | 0.04 | 13.95 | 0.91 | 0.54 |
| Hex | F5 | 50 | 1E | 0 | 43 | 58 | 4 | E | 5B | 36 |
| Octal | 365 | 120 | 36 | 0 | 103 | 130 | 4 | 16 | 133 | 66 |
| Binary | 11110101 | 1010000 | 11110 | 0 | 1000011 | 1011000 | 100 | 1110 | 1011011 | 110110 |
Color Harmonies of #F5501E
Complementary color
Monochromatic Colors of #F5501E
Black with #F5501E
Text Example
Text Example
White with #F5501E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5501E; }
p { color: rgb(245,80,30); }
H1.HeaderClassName
{
color: #F5501E;
}
.AnyTagClassName
{
color: #F5501E;
}
</style>
background-color css
<style>
a { background-color: #F5501E; }
a { background-color: rgb(245,80,30); }
div.DivClassName
{
background-color: #F5501E;
}
.BgClassName
{
background-color: #F5501E;
}
</style>
border-color css
<style>
span { border-color: #F5501E; }
span { border-color: rgb(245,80,30); }
td.TdClassName
{
border-color: #F5501E;
}
.TagClassName
{
border-color: #F5501E;
}
</style>