Shades of Pumpkin #F96D1F
Tints of Pumpkin #F96D1F
RGB
CMYK
RGB Variations
Color information
#F96D1F (or 0xF96D1F) is known color: Pumpkin. HEX triplet: F9, 6D and 1F. RGB value is (249,109,31). Sum of RGB (Red+Green+Blue) = 249+109+31=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96D1F is #0692E0. Grayscale: #8E8E8E. Windows color (decimal): -430817 or 2059769. OLE color: 2059769.
HSL color Cylindrical-coordinate representation of color #F96D1F: hue angle of 21.47º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F96D1F is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 31 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.02 |
| HSL | 21.47º | 0.95% | 0.55% | - |
| HSV(B) | 21.47º | 0.88% | 0.98% | - |
| XYZ | 44.78 | 31.18 | 4.95 | - |
| YUV | 141.97 | 65.38 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 31 | 0 | 0.56 | 0.88 | 0.02 | 21.47 | 0.95 | 0.55 |
| Hex | F9 | 6D | 1F | 0 | 38 | 58 | 2 | 15 | 5F | 37 |
| Octal | 371 | 155 | 37 | 0 | 70 | 130 | 2 | 25 | 137 | 67 |
| Binary | 11111001 | 1101101 | 11111 | 0 | 111000 | 1011000 | 10 | 10101 | 1011111 | 110111 |
Color Harmonies of #F96D1F
Complementary color
Monochromatic Colors of #F96D1F
Black with #F96D1F
Text Example
Text Example
White with #F96D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D1F; }
p { color: rgb(249,109,31); }
H1.HeaderClassName
{
color: #F96D1F;
}
.AnyTagClassName
{
color: #F96D1F;
}
</style>
background-color css
<style>
a { background-color: #F96D1F; }
a { background-color: rgb(249,109,31); }
div.DivClassName
{
background-color: #F96D1F;
}
.BgClassName
{
background-color: #F96D1F;
}
</style>
border-color css
<style>
span { border-color: #F96D1F; }
span { border-color: rgb(249,109,31); }
td.TdClassName
{
border-color: #F96D1F;
}
.TagClassName
{
border-color: #F96D1F;
}
</style>