Shades of Outrageous Orange #F96031
Tints of Outrageous Orange #F96031
RGB
CMYK
RGB Variations
Color information
#F96031 (or 0xF96031) is known color: Outrageous Orange. HEX triplet: F9, 60 and 31. RGB value is (249,96,49). Sum of RGB (Red+Green+Blue) = 249+96+49=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F96031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96031 is #069FCE. Grayscale: #888888. Windows color (decimal): -434127 or 3236089. OLE color: 3236089.
HSL color Cylindrical-coordinate representation of color #F96031: hue angle of 14.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F96031 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 49 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.02 |
| HSL | 14.1º | 0.94% | 0.58% | - |
| HSV(B) | 14.1º | 0.8% | 0.98% | - |
| XYZ | 43.8 | 28.73 | 6.14 | - |
| YUV | 136.39 | 78.69 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 49 | 0 | 0.61 | 0.80 | 0.02 | 14.1 | 0.94 | 0.58 |
| Hex | F9 | 60 | 31 | 0 | 3D | 50 | 2 | E | 5E | 3A |
| Octal | 371 | 140 | 61 | 0 | 75 | 120 | 2 | 16 | 136 | 72 |
| Binary | 11111001 | 1100000 | 110001 | 0 | 111101 | 1010000 | 10 | 1110 | 1011110 | 111010 |
Color Harmonies of #F96031
Complementary color
Monochromatic Colors of #F96031
Black with #F96031
Text Example
Text Example
White with #F96031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96031; }
p { color: rgb(249,96,49); }
H1.HeaderClassName
{
color: #F96031;
}
.AnyTagClassName
{
color: #F96031;
}
</style>
background-color css
<style>
a { background-color: #F96031; }
a { background-color: rgb(249,96,49); }
div.DivClassName
{
background-color: #F96031;
}
.BgClassName
{
background-color: #F96031;
}
</style>
border-color css
<style>
span { border-color: #F96031; }
span { border-color: rgb(249,96,49); }
td.TdClassName
{
border-color: #F96031;
}
.TagClassName
{
border-color: #F96031;
}
</style>