Shades of Pumpkin #F96E11
Tints of Pumpkin #F96E11
RGB
CMYK
RGB Variations
Color information
#F96E11 (or 0xF96E11) is known color: Pumpkin. HEX triplet: F9, 6E and 11. RGB value is (249,110,17). Sum of RGB (Red+Green+Blue) = 249+110+17=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96E11 is #0691EE. Grayscale: #8D8D8D. Windows color (decimal): -430575 or 1142521. OLE color: 1142521.
HSL color Cylindrical-coordinate representation of color #F96E11: hue angle of 24.05º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F96E11 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 17 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.02 |
| HSL | 24.05º | 0.95% | 0.52% | - |
| HSV(B) | 24.05º | 0.93% | 0.98% | - |
| XYZ | 44.74 | 31.33 | 4.22 | - |
| YUV | 140.96 | 58.05 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 17 | 0 | 0.56 | 0.93 | 0.02 | 24.05 | 0.95 | 0.52 |
| Hex | F9 | 6E | 11 | 0 | 38 | 5D | 2 | 18 | 5F | 34 |
| Octal | 371 | 156 | 21 | 0 | 70 | 135 | 2 | 30 | 137 | 64 |
| Binary | 11111001 | 1101110 | 10001 | 0 | 111000 | 1011101 | 10 | 11000 | 1011111 | 110100 |
Color Harmonies of #F96E11
Complementary color
Monochromatic Colors of #F96E11
Black with #F96E11
Text Example
Text Example
White with #F96E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E11; }
p { color: rgb(249,110,17); }
H1.HeaderClassName
{
color: #F96E11;
}
.AnyTagClassName
{
color: #F96E11;
}
</style>
background-color css
<style>
a { background-color: #F96E11; }
a { background-color: rgb(249,110,17); }
div.DivClassName
{
background-color: #F96E11;
}
.BgClassName
{
background-color: #F96E11;
}
</style>
border-color css
<style>
span { border-color: #F96E11; }
span { border-color: rgb(249,110,17); }
td.TdClassName
{
border-color: #F96E11;
}
.TagClassName
{
border-color: #F96E11;
}
</style>