Shades of Outrageous Orange #F85637
Tints of Outrageous Orange #F85637
RGB
CMYK
RGB Variations
Color information
#F85637 (or 0xF85637) is known color: Outrageous Orange. HEX triplet: F8, 56 and 37. RGB value is (248,86,55). Sum of RGB (Red+Green+Blue) = 248+86+55=389 (51% of max value = 765). Red value is 248 (97.27% from 255 or 63.75% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 248 - color contains mainly: red. Hex color #F85637 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85637 is #07A9C8. Grayscale: #838383. Windows color (decimal): -502217 or 3626744. OLE color: 3626744.
HSL color Cylindrical-coordinate representation of color #F85637: hue angle of 9.64º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F85637 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 55 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.03 |
| HSL | 9.64º | 0.93% | 0.59% | - |
| HSV(B) | 9.64º | 0.78% | 0.97% | - |
| XYZ | 42.73 | 26.89 | 6.55 | - |
| YUV | 130.9 | 85.17 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 55 | 0 | 0.65 | 0.78 | 0.03 | 9.64 | 0.93 | 0.59 |
| Hex | F8 | 56 | 37 | 0 | 41 | 4E | 3 | A | 5D | 3B |
| Octal | 370 | 126 | 67 | 0 | 101 | 116 | 3 | 12 | 135 | 73 |
| Binary | 11111000 | 1010110 | 110111 | 0 | 1000001 | 1001110 | 11 | 1010 | 1011101 | 111011 |
Color Harmonies of #F85637
Complementary color
Monochromatic Colors of #F85637
Black with #F85637
Text Example
Text Example
White with #F85637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85637; }
p { color: rgb(248,86,55); }
H1.HeaderClassName
{
color: #F85637;
}
.AnyTagClassName
{
color: #F85637;
}
</style>
background-color css
<style>
a { background-color: #F85637; }
a { background-color: rgb(248,86,55); }
div.DivClassName
{
background-color: #F85637;
}
.BgClassName
{
background-color: #F85637;
}
</style>
border-color css
<style>
span { border-color: #F85637; }
span { border-color: rgb(248,86,55); }
td.TdClassName
{
border-color: #F85637;
}
.TagClassName
{
border-color: #F85637;
}
</style>