Shades of Outrageous Orange #F85022
Tints of Outrageous Orange #F85022
RGB
CMYK
RGB Variations
Color information
#F85022 (or 0xF85022) is known color: Outrageous Orange. HEX triplet: F8, 50 and 22. RGB value is (248,80,34). Sum of RGB (Red+Green+Blue) = 248+80+34=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 34 (13.67% from 255 or 9.39% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F85022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85022 is #07AFDD. Grayscale: #7D7D7D. Windows color (decimal): -503774 or 2248952. OLE color: 2248952.
HSL color Cylindrical-coordinate representation of color #F85022: hue angle of 12.9º 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 #F85022 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 80 | 34 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.03 |
| HSL | 12.9º | 0.94% | 0.55% | - |
| HSV(B) | 12.9º | 0.86% | 0.97% | - |
| XYZ | 41.87 | 25.81 | 4.29 | - |
| YUV | 124.99 | 76.66 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 80 | 34 | 0 | 0.68 | 0.86 | 0.03 | 12.9 | 0.94 | 0.55 |
| Hex | F8 | 50 | 22 | 0 | 44 | 56 | 3 | D | 5E | 37 |
| Octal | 370 | 120 | 42 | 0 | 104 | 126 | 3 | 15 | 136 | 67 |
| Binary | 11111000 | 1010000 | 100010 | 0 | 1000100 | 1010110 | 11 | 1101 | 1011110 | 110111 |
Color Harmonies of #F85022
Complementary color
Monochromatic Colors of #F85022
Black with #F85022
Text Example
Text Example
White with #F85022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85022; }
p { color: rgb(248,80,34); }
H1.HeaderClassName
{
color: #F85022;
}
.AnyTagClassName
{
color: #F85022;
}
</style>
background-color css
<style>
a { background-color: #F85022; }
a { background-color: rgb(248,80,34); }
div.DivClassName
{
background-color: #F85022;
}
.BgClassName
{
background-color: #F85022;
}
</style>
border-color css
<style>
span { border-color: #F85022; }
span { border-color: rgb(248,80,34); }
td.TdClassName
{
border-color: #F85022;
}
.TagClassName
{
border-color: #F85022;
}
</style>