Shades of Outrageous Orange #F85A2E
Tints of Outrageous Orange #F85A2E
RGB
CMYK
RGB Variations
Color information
#F85A2E (or 0xF85A2E) is known color: Outrageous Orange. HEX triplet: F8, 5A and 2E. RGB value is (248,90,46). Sum of RGB (Red+Green+Blue) = 248+90+46=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85A2E is #07A5D1. Grayscale: #848484. Windows color (decimal): -501202 or 3037944. OLE color: 3037944.
HSL color Cylindrical-coordinate representation of color #F85A2E: hue angle of 13.07º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F85A2E is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 90 | 46 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.03 |
| HSL | 13.07º | 0.94% | 0.58% | - |
| HSV(B) | 13.07º | 0.81% | 0.97% | - |
| XYZ | 42.86 | 27.47 | 5.63 | - |
| YUV | 132.23 | 79.35 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 90 | 46 | 0 | 0.64 | 0.81 | 0.03 | 13.07 | 0.94 | 0.58 |
| Hex | F8 | 5A | 2E | 0 | 40 | 51 | 3 | D | 5E | 3A |
| Octal | 370 | 132 | 56 | 0 | 100 | 121 | 3 | 15 | 136 | 72 |
| Binary | 11111000 | 1011010 | 101110 | 0 | 1000000 | 1010001 | 11 | 1101 | 1011110 | 111010 |
Color Harmonies of #F85A2E
Complementary color
Monochromatic Colors of #F85A2E
Black with #F85A2E
Text Example
Text Example
White with #F85A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85A2E; }
p { color: rgb(248,90,46); }
H1.HeaderClassName
{
color: #F85A2E;
}
.AnyTagClassName
{
color: #F85A2E;
}
</style>
background-color css
<style>
a { background-color: #F85A2E; }
a { background-color: rgb(248,90,46); }
div.DivClassName
{
background-color: #F85A2E;
}
.BgClassName
{
background-color: #F85A2E;
}
</style>
border-color css
<style>
span { border-color: #F85A2E; }
span { border-color: rgb(248,90,46); }
td.TdClassName
{
border-color: #F85A2E;
}
.TagClassName
{
border-color: #F85A2E;
}
</style>