Shades of Outrageous Orange #F85431
Tints of Outrageous Orange #F85431
RGB
CMYK
RGB Variations
Color information
#F85431 (or 0xF85431) is known color: Outrageous Orange. HEX triplet: F8, 54 and 31. RGB value is (248,84,49). Sum of RGB (Red+Green+Blue) = 248+84+49=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 49 (19.53% from 255 or 12.86% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F85431 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F85431 is #07ABCE. Grayscale: #818181. Windows color (decimal): -502735 or 3233016. OLE color: 3233016.
HSL color Cylindrical-coordinate representation of color #F85431: hue angle of 10.55º 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 #F85431 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 49 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.03 |
| HSL | 10.55º | 0.93% | 0.58% | - |
| HSV(B) | 10.55º | 0.8% | 0.97% | - |
| XYZ | 42.44 | 26.52 | 5.79 | - |
| YUV | 129.05 | 82.83 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 49 | 0 | 0.66 | 0.80 | 0.03 | 10.55 | 0.93 | 0.58 |
| Hex | F8 | 54 | 31 | 0 | 42 | 50 | 3 | B | 5D | 3A |
| Octal | 370 | 124 | 61 | 0 | 102 | 120 | 3 | 13 | 135 | 72 |
| Binary | 11111000 | 1010100 | 110001 | 0 | 1000010 | 1010000 | 11 | 1011 | 1011101 | 111010 |
Color Harmonies of #F85431
Complementary color
Monochromatic Colors of #F85431
Black with #F85431
Text Example
Text Example
White with #F85431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85431; }
p { color: rgb(248,84,49); }
H1.HeaderClassName
{
color: #F85431;
}
.AnyTagClassName
{
color: #F85431;
}
</style>
background-color css
<style>
a { background-color: #F85431; }
a { background-color: rgb(248,84,49); }
div.DivClassName
{
background-color: #F85431;
}
.BgClassName
{
background-color: #F85431;
}
</style>
border-color css
<style>
span { border-color: #F85431; }
span { border-color: rgb(248,84,49); }
td.TdClassName
{
border-color: #F85431;
}
.TagClassName
{
border-color: #F85431;
}
</style>