Shades of Outrageous Orange #F85131
Tints of Outrageous Orange #F85131
RGB
CMYK
RGB Variations
Color information
#F85131 (or 0xF85131) is known color: Outrageous Orange. HEX triplet: F8, 51 and 31. RGB value is (248,81,49). Sum of RGB (Red+Green+Blue) = 248+81+49=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 49 (19.53% from 255 or 12.96% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F85131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85131 is #07AECE. Grayscale: #7F7F7F. Windows color (decimal): -503503 or 3232248. OLE color: 3232248.
HSL color Cylindrical-coordinate representation of color #F85131: hue angle of 9.65º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F85131 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 81 | 49 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.03 |
| HSL | 9.65º | 0.93% | 0.58% | - |
| HSV(B) | 9.65º | 0.8% | 0.97% | - |
| XYZ | 42.21 | 26.06 | 5.71 | - |
| YUV | 127.29 | 83.83 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 81 | 49 | 0 | 0.67 | 0.80 | 0.03 | 9.65 | 0.93 | 0.58 |
| Hex | F8 | 51 | 31 | 0 | 43 | 50 | 3 | A | 5D | 3A |
| Octal | 370 | 121 | 61 | 0 | 103 | 120 | 3 | 12 | 135 | 72 |
| Binary | 11111000 | 1010001 | 110001 | 0 | 1000011 | 1010000 | 11 | 1010 | 1011101 | 111010 |
Color Harmonies of #F85131
Complementary color
Monochromatic Colors of #F85131
Black with #F85131
Text Example
Text Example
White with #F85131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85131; }
p { color: rgb(248,81,49); }
H1.HeaderClassName
{
color: #F85131;
}
.AnyTagClassName
{
color: #F85131;
}
</style>
background-color css
<style>
a { background-color: #F85131; }
a { background-color: rgb(248,81,49); }
div.DivClassName
{
background-color: #F85131;
}
.BgClassName
{
background-color: #F85131;
}
</style>
border-color css
<style>
span { border-color: #F85131; }
span { border-color: rgb(248,81,49); }
td.TdClassName
{
border-color: #F85131;
}
.TagClassName
{
border-color: #F85131;
}
</style>