Shades of Pumpkin #FD780E
Tints of Pumpkin #FD780E
RGB
CMYK
RGB Variations
Color information
#FD780E (or 0xFD780E) is known color: Pumpkin. HEX triplet: FD, 78 and 0E. RGB value is (253,120,14). Sum of RGB (Red+Green+Blue) = 253+120+14=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD780E is #0287F1. Grayscale: #949494. Windows color (decimal): -165874 or 948477. OLE color: 948477.
HSL color Cylindrical-coordinate representation of color #FD780E: hue angle of 26.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD780E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 120 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.01 |
| HSL | 26.61º | 0.98% | 0.52% | - |
| HSV(B) | 26.61º | 0.94% | 0.99% | - |
| XYZ | 47.3 | 34.35 | 4.55 | - |
| YUV | 147.68 | 52.56 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 120 | 14 | 0 | 0.53 | 0.94 | 0.01 | 26.61 | 0.98 | 0.52 |
| Hex | FD | 78 | E | 0 | 35 | 5E | 1 | 1B | 62 | 34 |
| Octal | 375 | 170 | 16 | 0 | 65 | 136 | 1 | 33 | 142 | 64 |
| Binary | 11111101 | 1111000 | 1110 | 0 | 110101 | 1011110 | 1 | 11011 | 1100010 | 110100 |
Color Harmonies of #FD780E
Complementary color
Monochromatic Colors of #FD780E
Black with #FD780E
Text Example
Text Example
White with #FD780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD780E; }
p { color: rgb(253,120,14); }
H1.HeaderClassName
{
color: #FD780E;
}
.AnyTagClassName
{
color: #FD780E;
}
</style>
background-color css
<style>
a { background-color: #FD780E; }
a { background-color: rgb(253,120,14); }
div.DivClassName
{
background-color: #FD780E;
}
.BgClassName
{
background-color: #FD780E;
}
</style>
border-color css
<style>
span { border-color: #FD780E; }
span { border-color: rgb(253,120,14); }
td.TdClassName
{
border-color: #FD780E;
}
.TagClassName
{
border-color: #FD780E;
}
</style>