Shades of Pumpkin #F9780E
Tints of Pumpkin #F9780E
RGB
CMYK
RGB Variations
Color information
#F9780E (or 0xF9780E) is known color: Pumpkin. HEX triplet: F9, 78 and 0E. RGB value is (249,120,14). Sum of RGB (Red+Green+Blue) = 249+120+14=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F9780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9780E is #0687F1. Grayscale: #939393. Windows color (decimal): -428018 or 948473. OLE color: 948473.
HSL color Cylindrical-coordinate representation of color #F9780E: hue angle of 27.06º 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 #F9780E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 120 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.02 |
| HSL | 27.06º | 0.95% | 0.52% | - |
| HSV(B) | 27.06º | 0.94% | 0.98% | - |
| XYZ | 45.86 | 33.6 | 4.48 | - |
| YUV | 146.49 | 53.24 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 120 | 14 | 0 | 0.52 | 0.94 | 0.02 | 27.06 | 0.95 | 0.52 |
| Hex | F9 | 78 | E | 0 | 34 | 5E | 2 | 1B | 5F | 34 |
| Octal | 371 | 170 | 16 | 0 | 64 | 136 | 2 | 33 | 137 | 64 |
| Binary | 11111001 | 1111000 | 1110 | 0 | 110100 | 1011110 | 10 | 11011 | 1011111 | 110100 |
Color Harmonies of #F9780E
Complementary color
Monochromatic Colors of #F9780E
Black with #F9780E
Text Example
Text Example
White with #F9780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9780E; }
p { color: rgb(249,120,14); }
H1.HeaderClassName
{
color: #F9780E;
}
.AnyTagClassName
{
color: #F9780E;
}
</style>
background-color css
<style>
a { background-color: #F9780E; }
a { background-color: rgb(249,120,14); }
div.DivClassName
{
background-color: #F9780E;
}
.BgClassName
{
background-color: #F9780E;
}
</style>
border-color css
<style>
span { border-color: #F9780E; }
span { border-color: rgb(249,120,14); }
td.TdClassName
{
border-color: #F9780E;
}
.TagClassName
{
border-color: #F9780E;
}
</style>