Shades of Outrageous Orange #F96330
Tints of Outrageous Orange #F96330
RGB
CMYK
RGB Variations
Color information
#F96330 (or 0xF96330) is known color: Outrageous Orange. HEX triplet: F9, 63 and 30. RGB value is (249,99,48). Sum of RGB (Red+Green+Blue) = 249+99+48=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F96330 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96330 is #069CCF. Grayscale: #8A8A8A. Windows color (decimal): -433360 or 3171321. OLE color: 3171321.
HSL color Cylindrical-coordinate representation of color #F96330: hue angle of 15.22º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F96330 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 48 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.02 |
| HSL | 15.22º | 0.94% | 0.58% | - |
| HSV(B) | 15.22º | 0.81% | 0.98% | - |
| XYZ | 44.06 | 29.28 | 6.12 | - |
| YUV | 138.04 | 77.2 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 48 | 0 | 0.60 | 0.81 | 0.02 | 15.22 | 0.94 | 0.58 |
| Hex | F9 | 63 | 30 | 0 | 3C | 51 | 2 | F | 5E | 3A |
| Octal | 371 | 143 | 60 | 0 | 74 | 121 | 2 | 17 | 136 | 72 |
| Binary | 11111001 | 1100011 | 110000 | 0 | 111100 | 1010001 | 10 | 1111 | 1011110 | 111010 |
Color Harmonies of #F96330
Complementary color
Monochromatic Colors of #F96330
Black with #F96330
Text Example
Text Example
White with #F96330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96330; }
p { color: rgb(249,99,48); }
H1.HeaderClassName
{
color: #F96330;
}
.AnyTagClassName
{
color: #F96330;
}
</style>
background-color css
<style>
a { background-color: #F96330; }
a { background-color: rgb(249,99,48); }
div.DivClassName
{
background-color: #F96330;
}
.BgClassName
{
background-color: #F96330;
}
</style>
border-color css
<style>
span { border-color: #F96330; }
span { border-color: rgb(249,99,48); }
td.TdClassName
{
border-color: #F96330;
}
.TagClassName
{
border-color: #F96330;
}
</style>