Shades of Pumpkin #F9761D
Tints of Pumpkin #F9761D
RGB
CMYK
RGB Variations
Color information
#F9761D (or 0xF9761D) is known color: Pumpkin. HEX triplet: F9, 76 and 1D. RGB value is (249,118,29). Sum of RGB (Red+Green+Blue) = 249+118+29=396 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.88% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 249 - color contains mainly: red. Hex color #F9761D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9761D is #0689E2. Grayscale: #939393. Windows color (decimal): -428515 or 1931001. OLE color: 1931001.
HSL color Cylindrical-coordinate representation of color #F9761D: hue angle of 24.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 #F9761D is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 118 | 29 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.02 |
| HSL | 24.27º | 0.95% | 0.55% | - |
| HSV(B) | 24.27º | 0.88% | 0.98% | - |
| XYZ | 45.77 | 33.19 | 5.16 | - |
| YUV | 147.02 | 61.4 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 118 | 29 | 0 | 0.53 | 0.88 | 0.02 | 24.27 | 0.95 | 0.55 |
| Hex | F9 | 76 | 1D | 0 | 35 | 58 | 2 | 18 | 5F | 37 |
| Octal | 371 | 166 | 35 | 0 | 65 | 130 | 2 | 30 | 137 | 67 |
| Binary | 11111001 | 1110110 | 11101 | 0 | 110101 | 1011000 | 10 | 11000 | 1011111 | 110111 |
Color Harmonies of #F9761D
Complementary color
Monochromatic Colors of #F9761D
Black with #F9761D
Text Example
Text Example
White with #F9761D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9761D; }
p { color: rgb(249,118,29); }
H1.HeaderClassName
{
color: #F9761D;
}
.AnyTagClassName
{
color: #F9761D;
}
</style>
background-color css
<style>
a { background-color: #F9761D; }
a { background-color: rgb(249,118,29); }
div.DivClassName
{
background-color: #F9761D;
}
.BgClassName
{
background-color: #F9761D;
}
</style>
border-color css
<style>
span { border-color: #F9761D; }
span { border-color: rgb(249,118,29); }
td.TdClassName
{
border-color: #F9761D;
}
.TagClassName
{
border-color: #F9761D;
}
</style>