Shades of Outrageous Orange #F85520
Tints of Outrageous Orange #F85520
RGB
CMYK
RGB Variations
Color information
#F85520 (or 0xF85520) is known color: Outrageous Orange. HEX triplet: F8, 55 and 20. RGB value is (248,85,32). Sum of RGB (Red+Green+Blue) = 248+85+32=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F85520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85520 is #07AADF. Grayscale: #808080. Windows color (decimal): -502496 or 2119160. OLE color: 2119160.
HSL color Cylindrical-coordinate representation of color #F85520: hue angle of 14.72º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F85520 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 85 | 32 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.03 |
| HSL | 14.72º | 0.94% | 0.55% | - |
| HSV(B) | 14.72º | 0.87% | 0.97% | - |
| XYZ | 42.22 | 26.56 | 4.27 | - |
| YUV | 127.7 | 74 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 85 | 32 | 0 | 0.66 | 0.87 | 0.03 | 14.72 | 0.94 | 0.55 |
| Hex | F8 | 55 | 20 | 0 | 42 | 57 | 3 | F | 5E | 37 |
| Octal | 370 | 125 | 40 | 0 | 102 | 127 | 3 | 17 | 136 | 67 |
| Binary | 11111000 | 1010101 | 100000 | 0 | 1000010 | 1010111 | 11 | 1111 | 1011110 | 110111 |
Color Harmonies of #F85520
Complementary color
Monochromatic Colors of #F85520
Black with #F85520
Text Example
Text Example
White with #F85520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85520; }
p { color: rgb(248,85,32); }
H1.HeaderClassName
{
color: #F85520;
}
.AnyTagClassName
{
color: #F85520;
}
</style>
background-color css
<style>
a { background-color: #F85520; }
a { background-color: rgb(248,85,32); }
div.DivClassName
{
background-color: #F85520;
}
.BgClassName
{
background-color: #F85520;
}
</style>
border-color css
<style>
span { border-color: #F85520; }
span { border-color: rgb(248,85,32); }
td.TdClassName
{
border-color: #F85520;
}
.TagClassName
{
border-color: #F85520;
}
</style>