Shades of Outrageous Orange #F96638
Tints of Outrageous Orange #F96638
RGB
CMYK
RGB Variations
Color information
#F96638 (or 0xF96638) is known color: Outrageous Orange. HEX triplet: F9, 66 and 38. RGB value is (249,102,56). Sum of RGB (Red+Green+Blue) = 249+102+56=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 56 (22.27% from 255 or 13.76% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F96638 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96638 is #0699C7. Grayscale: #8D8D8D. Windows color (decimal): -432584 or 3696377. OLE color: 3696377.
HSL color Cylindrical-coordinate representation of color #F96638: hue angle of 14.3º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F96638 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 56 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.02 |
| HSL | 14.3º | 0.94% | 0.6% | - |
| HSV(B) | 14.3º | 0.78% | 0.98% | - |
| XYZ | 44.53 | 29.93 | 7.17 | - |
| YUV | 140.71 | 80.2 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 56 | 0 | 0.59 | 0.78 | 0.02 | 14.3 | 0.94 | 0.6 |
| Hex | F9 | 66 | 38 | 0 | 3B | 4E | 2 | E | 5E | 3C |
| Octal | 371 | 146 | 70 | 0 | 73 | 116 | 2 | 16 | 136 | 74 |
| Binary | 11111001 | 1100110 | 111000 | 0 | 111011 | 1001110 | 10 | 1110 | 1011110 | 111100 |
Color Harmonies of #F96638
Complementary color
Monochromatic Colors of #F96638
Black with #F96638
Text Example
Text Example
White with #F96638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96638; }
p { color: rgb(249,102,56); }
H1.HeaderClassName
{
color: #F96638;
}
.AnyTagClassName
{
color: #F96638;
}
</style>
background-color css
<style>
a { background-color: #F96638; }
a { background-color: rgb(249,102,56); }
div.DivClassName
{
background-color: #F96638;
}
.BgClassName
{
background-color: #F96638;
}
</style>
border-color css
<style>
span { border-color: #F96638; }
span { border-color: rgb(249,102,56); }
td.TdClassName
{
border-color: #F96638;
}
.TagClassName
{
border-color: #F96638;
}
</style>