Shades of Outrageous Orange #F85632
Tints of Outrageous Orange #F85632
RGB
CMYK
RGB Variations
Color information
#F85632 (or 0xF85632) is known color: Outrageous Orange. HEX triplet: F8, 56 and 32. RGB value is (248,86,50). Sum of RGB (Red+Green+Blue) = 248+86+50=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F85632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85632 is #07A9CD. Grayscale: #828282. Windows color (decimal): -502222 or 3299064. OLE color: 3299064.
HSL color Cylindrical-coordinate representation of color #F85632: hue angle of 10.91º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F85632 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 50 | - |
| CMYK | 0 | 0.65 | 0.80 | 0.03 |
| HSL | 10.91º | 0.93% | 0.58% | - |
| HSV(B) | 10.91º | 0.8% | 0.97% | - |
| XYZ | 42.61 | 26.84 | 5.95 | - |
| YUV | 130.33 | 82.67 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 50 | 0 | 0.65 | 0.80 | 0.03 | 10.91 | 0.93 | 0.58 |
| Hex | F8 | 56 | 32 | 0 | 41 | 50 | 3 | B | 5D | 3A |
| Octal | 370 | 126 | 62 | 0 | 101 | 120 | 3 | 13 | 135 | 72 |
| Binary | 11111000 | 1010110 | 110010 | 0 | 1000001 | 1010000 | 11 | 1011 | 1011101 | 111010 |
Color Harmonies of #F85632
Complementary color
Monochromatic Colors of #F85632
Black with #F85632
Text Example
Text Example
White with #F85632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85632; }
p { color: rgb(248,86,50); }
H1.HeaderClassName
{
color: #F85632;
}
.AnyTagClassName
{
color: #F85632;
}
</style>
background-color css
<style>
a { background-color: #F85632; }
a { background-color: rgb(248,86,50); }
div.DivClassName
{
background-color: #F85632;
}
.BgClassName
{
background-color: #F85632;
}
</style>
border-color css
<style>
span { border-color: #F85632; }
span { border-color: rgb(248,86,50); }
td.TdClassName
{
border-color: #F85632;
}
.TagClassName
{
border-color: #F85632;
}
</style>