Shades of Outrageous Orange #F85820
Tints of Outrageous Orange #F85820
RGB
CMYK
RGB Variations
Color information
#F85820 (or 0xF85820) is known color: Outrageous Orange. HEX triplet: F8, 58 and 20. RGB value is (248,88,32). Sum of RGB (Red+Green+Blue) = 248+88+32=368 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.39% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 248 - color contains mainly: red. Hex color #F85820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85820 is #07A7DF. Grayscale: #818181. Windows color (decimal): -501728 or 2119928. OLE color: 2119928.
HSL color Cylindrical-coordinate representation of color #F85820: hue angle of 15.56º 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 #F85820 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 88 | 32 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.03 |
| HSL | 15.56º | 0.94% | 0.55% | - |
| HSV(B) | 15.56º | 0.87% | 0.97% | - |
| XYZ | 42.46 | 27.04 | 4.35 | - |
| YUV | 129.46 | 73.01 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 88 | 32 | 0 | 0.65 | 0.87 | 0.03 | 15.56 | 0.94 | 0.55 |
| Hex | F8 | 58 | 20 | 0 | 41 | 57 | 3 | 10 | 5E | 37 |
| Octal | 370 | 130 | 40 | 0 | 101 | 127 | 3 | 20 | 136 | 67 |
| Binary | 11111000 | 1011000 | 100000 | 0 | 1000001 | 1010111 | 11 | 10000 | 1011110 | 110111 |
Color Harmonies of #F85820
Complementary color
Monochromatic Colors of #F85820
Black with #F85820
Text Example
Text Example
White with #F85820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85820; }
p { color: rgb(248,88,32); }
H1.HeaderClassName
{
color: #F85820;
}
.AnyTagClassName
{
color: #F85820;
}
</style>
background-color css
<style>
a { background-color: #F85820; }
a { background-color: rgb(248,88,32); }
div.DivClassName
{
background-color: #F85820;
}
.BgClassName
{
background-color: #F85820;
}
</style>
border-color css
<style>
span { border-color: #F85820; }
span { border-color: rgb(248,88,32); }
td.TdClassName
{
border-color: #F85820;
}
.TagClassName
{
border-color: #F85820;
}
</style>