Shades of Outrageous Orange #F96232
Tints of Outrageous Orange #F96232
RGB
CMYK
RGB Variations
Color information
#F96232 (or 0xF96232) is known color: Outrageous Orange. HEX triplet: F9, 62 and 32. RGB value is (249,98,50). Sum of RGB (Red+Green+Blue) = 249+98+50=397 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.72% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 249 - color contains mainly: red. Hex color #F96232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96232 is #069DCD. Grayscale: #8A8A8A. Windows color (decimal): -433614 or 3302137. OLE color: 3302137.
HSL color Cylindrical-coordinate representation of color #F96232: hue angle of 14.47º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F96232 is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 50 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.02 |
| HSL | 14.47º | 0.94% | 0.59% | - |
| HSV(B) | 14.47º | 0.8% | 0.98% | - |
| XYZ | 44.01 | 29.11 | 6.32 | - |
| YUV | 137.68 | 78.53 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 50 | 0 | 0.61 | 0.80 | 0.02 | 14.47 | 0.94 | 0.59 |
| Hex | F9 | 62 | 32 | 0 | 3D | 50 | 2 | E | 5E | 3B |
| Octal | 371 | 142 | 62 | 0 | 75 | 120 | 2 | 16 | 136 | 73 |
| Binary | 11111001 | 1100010 | 110010 | 0 | 111101 | 1010000 | 10 | 1110 | 1011110 | 111011 |
Color Harmonies of #F96232
Complementary color
Monochromatic Colors of #F96232
Black with #F96232
Text Example
Text Example
White with #F96232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96232; }
p { color: rgb(249,98,50); }
H1.HeaderClassName
{
color: #F96232;
}
.AnyTagClassName
{
color: #F96232;
}
</style>
background-color css
<style>
a { background-color: #F96232; }
a { background-color: rgb(249,98,50); }
div.DivClassName
{
background-color: #F96232;
}
.BgClassName
{
background-color: #F96232;
}
</style>
border-color css
<style>
span { border-color: #F96232; }
span { border-color: rgb(249,98,50); }
td.TdClassName
{
border-color: #F96232;
}
.TagClassName
{
border-color: #F96232;
}
</style>