Shades of Outrageous Orange #F85D2E
Tints of Outrageous Orange #F85D2E
RGB
CMYK
RGB Variations
Color information
#F85D2E (or 0xF85D2E) is known color: Outrageous Orange. HEX triplet: F8, 5D and 2E. RGB value is (248,93,46). Sum of RGB (Red+Green+Blue) = 248+93+46=387 (51% of max value = 765). Red value is 248 (97.27% from 255 or 64.08% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85D2E is #07A2D1. Grayscale: #868686. Windows color (decimal): -500434 or 3038712. OLE color: 3038712.
HSL color Cylindrical-coordinate representation of color #F85D2E: hue angle of 13.96º 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 #F85D2E is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 93 | 46 | - |
| CMYK | 0 | 0.62 | 0.81 | 0.03 |
| HSL | 13.96º | 0.94% | 0.58% | - |
| HSV(B) | 13.96º | 0.81% | 0.97% | - |
| XYZ | 43.12 | 27.98 | 5.71 | - |
| YUV | 133.99 | 78.35 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 93 | 46 | 0 | 0.62 | 0.81 | 0.03 | 13.96 | 0.94 | 0.58 |
| Hex | F8 | 5D | 2E | 0 | 3E | 51 | 3 | E | 5E | 3A |
| Octal | 370 | 135 | 56 | 0 | 76 | 121 | 3 | 16 | 136 | 72 |
| Binary | 11111000 | 1011101 | 101110 | 0 | 111110 | 1010001 | 11 | 1110 | 1011110 | 111010 |
Color Harmonies of #F85D2E
Complementary color
Monochromatic Colors of #F85D2E
Black with #F85D2E
Text Example
Text Example
White with #F85D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85D2E; }
p { color: rgb(248,93,46); }
H1.HeaderClassName
{
color: #F85D2E;
}
.AnyTagClassName
{
color: #F85D2E;
}
</style>
background-color css
<style>
a { background-color: #F85D2E; }
a { background-color: rgb(248,93,46); }
div.DivClassName
{
background-color: #F85D2E;
}
.BgClassName
{
background-color: #F85D2E;
}
</style>
border-color css
<style>
span { border-color: #F85D2E; }
span { border-color: rgb(248,93,46); }
td.TdClassName
{
border-color: #F85D2E;
}
.TagClassName
{
border-color: #F85D2E;
}
</style>