Shades of Pumpkin #F96E20
Tints of Pumpkin #F96E20
RGB
CMYK
RGB Variations
Color information
#F96E20 (or 0xF96E20) is known color: Pumpkin. HEX triplet: F9, 6E and 20. RGB value is (249,110,32). Sum of RGB (Red+Green+Blue) = 249+110+32=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 32 (12.89% from 255 or 8.18% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96E20 is #0691DF. Grayscale: #8F8F8F. Windows color (decimal): -430560 or 2125561. OLE color: 2125561.
HSL color Cylindrical-coordinate representation of color #F96E20: hue angle of 21.57º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F96E20 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 32 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.02 |
| HSL | 21.57º | 0.95% | 0.55% | - |
| HSV(B) | 21.57º | 0.87% | 0.98% | - |
| XYZ | 44.9 | 31.4 | 5.06 | - |
| YUV | 142.67 | 65.55 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 32 | 0 | 0.56 | 0.87 | 0.02 | 21.57 | 0.95 | 0.55 |
| Hex | F9 | 6E | 20 | 0 | 38 | 57 | 2 | 16 | 5F | 37 |
| Octal | 371 | 156 | 40 | 0 | 70 | 127 | 2 | 26 | 137 | 67 |
| Binary | 11111001 | 1101110 | 100000 | 0 | 111000 | 1010111 | 10 | 10110 | 1011111 | 110111 |
Color Harmonies of #F96E20
Complementary color
Monochromatic Colors of #F96E20
Black with #F96E20
Text Example
Text Example
White with #F96E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E20; }
p { color: rgb(249,110,32); }
H1.HeaderClassName
{
color: #F96E20;
}
.AnyTagClassName
{
color: #F96E20;
}
</style>
background-color css
<style>
a { background-color: #F96E20; }
a { background-color: rgb(249,110,32); }
div.DivClassName
{
background-color: #F96E20;
}
.BgClassName
{
background-color: #F96E20;
}
</style>
border-color css
<style>
span { border-color: #F96E20; }
span { border-color: rgb(249,110,32); }
td.TdClassName
{
border-color: #F96E20;
}
.TagClassName
{
border-color: #F96E20;
}
</style>