Shades of Pumpkin #F96C20
Tints of Pumpkin #F96C20
RGB
CMYK
RGB Variations
Color information
#F96C20 (or 0xF96C20) is known color: Pumpkin. HEX triplet: F9, 6C and 20. RGB value is (249,108,32). Sum of RGB (Red+Green+Blue) = 249+108+32=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C20 is #0693DF. Grayscale: #8D8D8D. Windows color (decimal): -431072 or 2125049. OLE color: 2125049.
HSL color Cylindrical-coordinate representation of color #F96C20: hue angle of 21.01º 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 #F96C20 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 32 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.02 |
| HSL | 21.01º | 0.95% | 0.55% | - |
| HSV(B) | 21.01º | 0.87% | 0.98% | - |
| XYZ | 44.69 | 30.97 | 4.99 | - |
| YUV | 141.5 | 66.21 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 32 | 0 | 0.57 | 0.87 | 0.02 | 21.01 | 0.95 | 0.55 |
| Hex | F9 | 6C | 20 | 0 | 39 | 57 | 2 | 15 | 5F | 37 |
| Octal | 371 | 154 | 40 | 0 | 71 | 127 | 2 | 25 | 137 | 67 |
| Binary | 11111001 | 1101100 | 100000 | 0 | 111001 | 1010111 | 10 | 10101 | 1011111 | 110111 |
Color Harmonies of #F96C20
Complementary color
Monochromatic Colors of #F96C20
Black with #F96C20
Text Example
Text Example
White with #F96C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C20; }
p { color: rgb(249,108,32); }
H1.HeaderClassName
{
color: #F96C20;
}
.AnyTagClassName
{
color: #F96C20;
}
</style>
background-color css
<style>
a { background-color: #F96C20; }
a { background-color: rgb(249,108,32); }
div.DivClassName
{
background-color: #F96C20;
}
.BgClassName
{
background-color: #F96C20;
}
</style>
border-color css
<style>
span { border-color: #F96C20; }
span { border-color: rgb(249,108,32); }
td.TdClassName
{
border-color: #F96C20;
}
.TagClassName
{
border-color: #F96C20;
}
</style>