Shades of Outrageous Orange #F85E3B
Tints of Outrageous Orange #F85E3B
RGB
CMYK
RGB Variations
Color information
#F85E3B (or 0xF85E3B) is known color: Outrageous Orange. HEX triplet: F8, 5E and 3B. RGB value is (248,94,59). Sum of RGB (Red+Green+Blue) = 248+94+59=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85E3B is #07A1C4. Grayscale: #888888. Windows color (decimal): -500165 or 3890936. OLE color: 3890936.
HSL color Cylindrical-coordinate representation of color #F85E3B: hue angle of 11.11º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F85E3B is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 94 | 59 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.03 |
| HSL | 11.11º | 0.93% | 0.6% | - |
| HSV(B) | 11.11º | 0.76% | 0.97% | - |
| XYZ | 43.5 | 28.28 | 7.3 | - |
| YUV | 136.06 | 84.52 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 94 | 59 | 0 | 0.62 | 0.76 | 0.03 | 11.11 | 0.93 | 0.6 |
| Hex | F8 | 5E | 3B | 0 | 3E | 4C | 3 | B | 5D | 3C |
| Octal | 370 | 136 | 73 | 0 | 76 | 114 | 3 | 13 | 135 | 74 |
| Binary | 11111000 | 1011110 | 111011 | 0 | 111110 | 1001100 | 11 | 1011 | 1011101 | 111100 |
Color Harmonies of #F85E3B
Complementary color
Monochromatic Colors of #F85E3B
Black with #F85E3B
Text Example
Text Example
White with #F85E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85E3B; }
p { color: rgb(248,94,59); }
H1.HeaderClassName
{
color: #F85E3B;
}
.AnyTagClassName
{
color: #F85E3B;
}
</style>
background-color css
<style>
a { background-color: #F85E3B; }
a { background-color: rgb(248,94,59); }
div.DivClassName
{
background-color: #F85E3B;
}
.BgClassName
{
background-color: #F85E3B;
}
</style>
border-color css
<style>
span { border-color: #F85E3B; }
span { border-color: rgb(248,94,59); }
td.TdClassName
{
border-color: #F85E3B;
}
.TagClassName
{
border-color: #F85E3B;
}
</style>