Shades of Outrageous Orange #F85635
Tints of Outrageous Orange #F85635
RGB
CMYK
RGB Variations
Color information
#F85635 (or 0xF85635) is known color: Outrageous Orange. HEX triplet: F8, 56 and 35. RGB value is (248,86,53). Sum of RGB (Red+Green+Blue) = 248+86+53=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 53 (21.09% from 255 or 13.70% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F85635 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85635 is #07A9CA. Grayscale: #828282. Windows color (decimal): -502219 or 3495672. OLE color: 3495672.
HSL color Cylindrical-coordinate representation of color #F85635: hue angle of 10.15º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F85635 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 86 | 53 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.03 |
| HSL | 10.15º | 0.93% | 0.59% | - |
| HSV(B) | 10.15º | 0.79% | 0.97% | - |
| XYZ | 42.68 | 26.87 | 6.3 | - |
| YUV | 130.68 | 84.17 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 86 | 53 | 0 | 0.65 | 0.79 | 0.03 | 10.15 | 0.93 | 0.59 |
| Hex | F8 | 56 | 35 | 0 | 41 | 4F | 3 | A | 5D | 3B |
| Octal | 370 | 126 | 65 | 0 | 101 | 117 | 3 | 12 | 135 | 73 |
| Binary | 11111000 | 1010110 | 110101 | 0 | 1000001 | 1001111 | 11 | 1010 | 1011101 | 111011 |
Color Harmonies of #F85635
Complementary color
Monochromatic Colors of #F85635
Black with #F85635
Text Example
Text Example
White with #F85635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85635; }
p { color: rgb(248,86,53); }
H1.HeaderClassName
{
color: #F85635;
}
.AnyTagClassName
{
color: #F85635;
}
</style>
background-color css
<style>
a { background-color: #F85635; }
a { background-color: rgb(248,86,53); }
div.DivClassName
{
background-color: #F85635;
}
.BgClassName
{
background-color: #F85635;
}
</style>
border-color css
<style>
span { border-color: #F85635; }
span { border-color: rgb(248,86,53); }
td.TdClassName
{
border-color: #F85635;
}
.TagClassName
{
border-color: #F85635;
}
</style>