Shades of Outrageous Orange #F85223
Tints of Outrageous Orange #F85223
RGB
CMYK
RGB Variations
Color information
#F85223 (or 0xF85223) is known color: Outrageous Orange. HEX triplet: F8, 52 and 23. RGB value is (248,82,35). Sum of RGB (Red+Green+Blue) = 248+82+35=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 35 (14.06% from 255 or 9.59% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F85223 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85223 is #07ADDC. Grayscale: #7E7E7E. Windows color (decimal): -503261 or 2315000. OLE color: 2315000.
HSL color Cylindrical-coordinate representation of color #F85223: hue angle of 13.24º 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 #F85223 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 82 | 35 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.03 |
| HSL | 13.24º | 0.94% | 0.55% | - |
| HSV(B) | 13.24º | 0.86% | 0.97% | - |
| XYZ | 42.03 | 26.11 | 4.41 | - |
| YUV | 126.28 | 76.5 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 82 | 35 | 0 | 0.67 | 0.86 | 0.03 | 13.24 | 0.94 | 0.55 |
| Hex | F8 | 52 | 23 | 0 | 43 | 56 | 3 | D | 5E | 37 |
| Octal | 370 | 122 | 43 | 0 | 103 | 126 | 3 | 15 | 136 | 67 |
| Binary | 11111000 | 1010010 | 100011 | 0 | 1000011 | 1010110 | 11 | 1101 | 1011110 | 110111 |
Color Harmonies of #F85223
Complementary color
Monochromatic Colors of #F85223
Black with #F85223
Text Example
Text Example
White with #F85223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85223; }
p { color: rgb(248,82,35); }
H1.HeaderClassName
{
color: #F85223;
}
.AnyTagClassName
{
color: #F85223;
}
</style>
background-color css
<style>
a { background-color: #F85223; }
a { background-color: rgb(248,82,35); }
div.DivClassName
{
background-color: #F85223;
}
.BgClassName
{
background-color: #F85223;
}
</style>
border-color css
<style>
span { border-color: #F85223; }
span { border-color: rgb(248,82,35); }
td.TdClassName
{
border-color: #F85223;
}
.TagClassName
{
border-color: #F85223;
}
</style>