Shades of Pumpkin #F9780F
Tints of Pumpkin #F9780F
RGB
CMYK
RGB Variations
Color information
#F9780F (or 0xF9780F) is known color: Pumpkin. HEX triplet: F9, 78 and 0F. RGB value is (249,120,15). Sum of RGB (Red+Green+Blue) = 249+120+15=384 (50% of max value = 765). Red value is 249 (97.66% from 255 or 64.84% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 249 - color contains mainly: red. Hex color #F9780F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9780F is #0687F0. Grayscale: #939393. Windows color (decimal): -428017 or 1014009. OLE color: 1014009.
HSL color Cylindrical-coordinate representation of color #F9780F: hue angle of 26.92º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9780F is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 15 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.02 |
| HSL | 26.92º | 0.95% | 0.52% | - |
| HSV(B) | 26.92º | 0.94% | 0.98% | - |
| XYZ | 45.87 | 33.61 | 4.52 | - |
| YUV | 146.6 | 53.74 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 15 | 0 | 0.52 | 0.94 | 0.02 | 26.92 | 0.95 | 0.52 |
| Hex | F9 | 78 | F | 0 | 34 | 5E | 2 | 1B | 5F | 34 |
| Octal | 371 | 170 | 17 | 0 | 64 | 136 | 2 | 33 | 137 | 64 |
| Binary | 11111001 | 1111000 | 1111 | 0 | 110100 | 1011110 | 10 | 11011 | 1011111 | 110100 |
Color Harmonies of #F9780F
Complementary color
Monochromatic Colors of #F9780F
Black with #F9780F
Text Example
Text Example
White with #F9780F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9780F; }
p { color: rgb(249,120,15); }
H1.HeaderClassName
{
color: #F9780F;
}
.AnyTagClassName
{
color: #F9780F;
}
</style>
background-color css
<style>
a { background-color: #F9780F; }
a { background-color: rgb(249,120,15); }
div.DivClassName
{
background-color: #F9780F;
}
.BgClassName
{
background-color: #F9780F;
}
</style>
border-color css
<style>
span { border-color: #F9780F; }
span { border-color: rgb(249,120,15); }
td.TdClassName
{
border-color: #F9780F;
}
.TagClassName
{
border-color: #F9780F;
}
</style>