Shades of Pumpkin #F96C1D
Tints of Pumpkin #F96C1D
RGB
CMYK
RGB Variations
Color information
#F96C1D (or 0xF96C1D) is known color: Pumpkin. HEX triplet: F9, 6C and 1D. RGB value is (249,108,29). Sum of RGB (Red+Green+Blue) = 249+108+29=386 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.51% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F96C1D is #0693E2. Grayscale: #8D8D8D. Windows color (decimal): -431075 or 1928441. OLE color: 1928441.
HSL color Cylindrical-coordinate representation of color #F96C1D: hue angle of 21.55º 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 #F96C1D is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 29 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.02 |
| HSL | 21.55º | 0.95% | 0.55% | - |
| HSV(B) | 21.55º | 0.88% | 0.98% | - |
| XYZ | 44.65 | 30.95 | 4.78 | - |
| YUV | 141.15 | 64.71 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 29 | 0 | 0.57 | 0.88 | 0.02 | 21.55 | 0.95 | 0.55 |
| Hex | F9 | 6C | 1D | 0 | 39 | 58 | 2 | 16 | 5F | 37 |
| Octal | 371 | 154 | 35 | 0 | 71 | 130 | 2 | 26 | 137 | 67 |
| Binary | 11111001 | 1101100 | 11101 | 0 | 111001 | 1011000 | 10 | 10110 | 1011111 | 110111 |
Color Harmonies of #F96C1D
Complementary color
Monochromatic Colors of #F96C1D
Black with #F96C1D
Text Example
Text Example
White with #F96C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C1D; }
p { color: rgb(249,108,29); }
H1.HeaderClassName
{
color: #F96C1D;
}
.AnyTagClassName
{
color: #F96C1D;
}
</style>
background-color css
<style>
a { background-color: #F96C1D; }
a { background-color: rgb(249,108,29); }
div.DivClassName
{
background-color: #F96C1D;
}
.BgClassName
{
background-color: #F96C1D;
}
</style>
border-color css
<style>
span { border-color: #F96C1D; }
span { border-color: rgb(249,108,29); }
td.TdClassName
{
border-color: #F96C1D;
}
.TagClassName
{
border-color: #F96C1D;
}
</style>