Shades of Pumpkin #F9811D
Tints of Pumpkin #F9811D
RGB
CMYK
RGB Variations
Color information
#F9811D (or 0xF9811D) is known color: Pumpkin. HEX triplet: F9, 81 and 1D. RGB value is (249,129,29). Sum of RGB (Red+Green+Blue) = 249+129+29=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F9811D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9811D is #067EE2. Grayscale: #9A9A9A. Windows color (decimal): -425699 or 1933817. OLE color: 1933817.
HSL color Cylindrical-coordinate representation of color #F9811D: hue angle of 27.27º 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 #F9811D is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 129 | 29 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.02 |
| HSL | 27.27º | 0.95% | 0.55% | - |
| HSV(B) | 27.27º | 0.88% | 0.98% | - |
| XYZ | 47.14 | 35.93 | 5.61 | - |
| YUV | 153.48 | 57.76 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 129 | 29 | 0 | 0.48 | 0.88 | 0.02 | 27.27 | 0.95 | 0.55 |
| Hex | F9 | 81 | 1D | 0 | 30 | 58 | 2 | 1B | 5F | 37 |
| Octal | 371 | 201 | 35 | 0 | 60 | 130 | 2 | 33 | 137 | 67 |
| Binary | 11111001 | 10000001 | 11101 | 0 | 110000 | 1011000 | 10 | 11011 | 1011111 | 110111 |
Color Harmonies of #F9811D
Complementary color
Monochromatic Colors of #F9811D
Black with #F9811D
Text Example
Text Example
White with #F9811D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9811D; }
p { color: rgb(249,129,29); }
H1.HeaderClassName
{
color: #F9811D;
}
.AnyTagClassName
{
color: #F9811D;
}
</style>
background-color css
<style>
a { background-color: #F9811D; }
a { background-color: rgb(249,129,29); }
div.DivClassName
{
background-color: #F9811D;
}
.BgClassName
{
background-color: #F9811D;
}
</style>
border-color css
<style>
span { border-color: #F9811D; }
span { border-color: rgb(249,129,29); }
td.TdClassName
{
border-color: #F9811D;
}
.TagClassName
{
border-color: #F9811D;
}
</style>