Shades of Outrageous Orange #F85623
Tints of Outrageous Orange #F85623
RGB
CMYK
RGB Variations
Color information
#F85623 (or 0xF85623) is known color: Outrageous Orange. HEX triplet: F8, 56 and 23. RGB value is (248,86,35). Sum of RGB (Red+Green+Blue) = 248+86+35=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F85623 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85623 is #07A9DC. Grayscale: #808080. Windows color (decimal): -502237 or 2316024. OLE color: 2316024.
HSL color Cylindrical-coordinate representation of color #F85623: hue angle of 14.37º 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 #F85623 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 35 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.03 |
| HSL | 14.37º | 0.94% | 0.55% | - |
| HSV(B) | 14.37º | 0.86% | 0.97% | - |
| XYZ | 42.34 | 26.73 | 4.52 | - |
| YUV | 128.62 | 75.17 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 35 | 0 | 0.65 | 0.86 | 0.03 | 14.37 | 0.94 | 0.55 |
| Hex | F8 | 56 | 23 | 0 | 41 | 56 | 3 | E | 5E | 37 |
| Octal | 370 | 126 | 43 | 0 | 101 | 126 | 3 | 16 | 136 | 67 |
| Binary | 11111000 | 1010110 | 100011 | 0 | 1000001 | 1010110 | 11 | 1110 | 1011110 | 110111 |
Color Harmonies of #F85623
Complementary color
Monochromatic Colors of #F85623
Black with #F85623
Text Example
Text Example
White with #F85623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85623; }
p { color: rgb(248,86,35); }
H1.HeaderClassName
{
color: #F85623;
}
.AnyTagClassName
{
color: #F85623;
}
</style>
background-color css
<style>
a { background-color: #F85623; }
a { background-color: rgb(248,86,35); }
div.DivClassName
{
background-color: #F85623;
}
.BgClassName
{
background-color: #F85623;
}
</style>
border-color css
<style>
span { border-color: #F85623; }
span { border-color: rgb(248,86,35); }
td.TdClassName
{
border-color: #F85623;
}
.TagClassName
{
border-color: #F85623;
}
</style>