Shades of Outrageous Orange #F85522
Tints of Outrageous Orange #F85522
RGB
CMYK
RGB Variations
Color information
#F85522 (or 0xF85522) is known color: Outrageous Orange. HEX triplet: F8, 55 and 22. RGB value is (248,85,34). Sum of RGB (Red+Green+Blue) = 248+85+34=367 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.57% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 34 (13.67% from 255 or 9.26% from 367); Max value from RGB is 248 - color contains mainly: red. Hex color #F85522 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85522 is #07AADD. Grayscale: #808080. Windows color (decimal): -502494 or 2250232. OLE color: 2250232.
HSL color Cylindrical-coordinate representation of color #F85522: hue angle of 14.3º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F85522 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 34 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.03 |
| HSL | 14.3º | 0.94% | 0.55% | - |
| HSV(B) | 14.3º | 0.86% | 0.97% | - |
| XYZ | 42.25 | 26.57 | 4.41 | - |
| YUV | 127.92 | 75 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 34 | 0 | 0.66 | 0.86 | 0.03 | 14.3 | 0.94 | 0.55 |
| Hex | F8 | 55 | 22 | 0 | 42 | 56 | 3 | E | 5E | 37 |
| Octal | 370 | 125 | 42 | 0 | 102 | 126 | 3 | 16 | 136 | 67 |
| Binary | 11111000 | 1010101 | 100010 | 0 | 1000010 | 1010110 | 11 | 1110 | 1011110 | 110111 |
Color Harmonies of #F85522
Complementary color
Monochromatic Colors of #F85522
Black with #F85522
Text Example
Text Example
White with #F85522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85522; }
p { color: rgb(248,85,34); }
H1.HeaderClassName
{
color: #F85522;
}
.AnyTagClassName
{
color: #F85522;
}
</style>
background-color css
<style>
a { background-color: #F85522; }
a { background-color: rgb(248,85,34); }
div.DivClassName
{
background-color: #F85522;
}
.BgClassName
{
background-color: #F85522;
}
</style>
border-color css
<style>
span { border-color: #F85522; }
span { border-color: rgb(248,85,34); }
td.TdClassName
{
border-color: #F85522;
}
.TagClassName
{
border-color: #F85522;
}
</style>