Shades of Pumpkin #F96D20
Tints of Pumpkin #F96D20
RGB
CMYK
RGB Variations
Color information
#F96D20 (or 0xF96D20) is known color: Pumpkin. HEX triplet: F9, 6D and 20. RGB value is (249,109,32). Sum of RGB (Red+Green+Blue) = 249+109+32=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D20 is #0692DF. Grayscale: #8E8E8E. Windows color (decimal): -430816 or 2125305. OLE color: 2125305.
HSL color Cylindrical-coordinate representation of color #F96D20: hue angle of 21.29º 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 #F96D20 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 32 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.02 |
| HSL | 21.29º | 0.95% | 0.55% | - |
| HSV(B) | 21.29º | 0.87% | 0.98% | - |
| XYZ | 44.8 | 31.18 | 5.02 | - |
| YUV | 142.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 32 | 0 | 0.56 | 0.87 | 0.02 | 21.29 | 0.95 | 0.55 |
| Hex | F9 | 6D | 20 | 0 | 38 | 57 | 2 | 15 | 5F | 37 |
| Octal | 371 | 155 | 40 | 0 | 70 | 127 | 2 | 25 | 137 | 67 |
| Binary | 11111001 | 1101101 | 100000 | 0 | 111000 | 1010111 | 10 | 10101 | 1011111 | 110111 |
Color Harmonies of #F96D20
Complementary color
Monochromatic Colors of #F96D20
Black with #F96D20
Text Example
Text Example
White with #F96D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D20; }
p { color: rgb(249,109,32); }
H1.HeaderClassName
{
color: #F96D20;
}
.AnyTagClassName
{
color: #F96D20;
}
</style>
background-color css
<style>
a { background-color: #F96D20; }
a { background-color: rgb(249,109,32); }
div.DivClassName
{
background-color: #F96D20;
}
.BgClassName
{
background-color: #F96D20;
}
</style>
border-color css
<style>
span { border-color: #F96D20; }
span { border-color: rgb(249,109,32); }
td.TdClassName
{
border-color: #F96D20;
}
.TagClassName
{
border-color: #F96D20;
}
</style>