Shades of Pumpkin #FD770E
Tints of Pumpkin #FD770E
RGB
CMYK
RGB Variations
Color information
#FD770E (or 0xFD770E) is known color: Pumpkin. HEX triplet: FD, 77 and 0E. RGB value is (253,119,14). Sum of RGB (Red+Green+Blue) = 253+119+14=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD770E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD770E is #0288F1. Grayscale: #939393. Windows color (decimal): -166130 or 948221. OLE color: 948221.
HSL color Cylindrical-coordinate representation of color #FD770E: hue angle of 26.36º 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 #FD770E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.01 |
| HSL | 26.36º | 0.98% | 0.52% | - |
| HSV(B) | 26.36º | 0.94% | 0.99% | - |
| XYZ | 47.18 | 34.11 | 4.51 | - |
| YUV | 147.1 | 52.89 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 14 | 0 | 0.53 | 0.94 | 0.01 | 26.36 | 0.98 | 0.52 |
| Hex | FD | 77 | E | 0 | 35 | 5E | 1 | 1A | 62 | 34 |
| Octal | 375 | 167 | 16 | 0 | 65 | 136 | 1 | 32 | 142 | 64 |
| Binary | 11111101 | 1110111 | 1110 | 0 | 110101 | 1011110 | 1 | 11010 | 1100010 | 110100 |
Color Harmonies of #FD770E
Complementary color
Monochromatic Colors of #FD770E
Black with #FD770E
Text Example
Text Example
White with #FD770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD770E; }
p { color: rgb(253,119,14); }
H1.HeaderClassName
{
color: #FD770E;
}
.AnyTagClassName
{
color: #FD770E;
}
</style>
background-color css
<style>
a { background-color: #FD770E; }
a { background-color: rgb(253,119,14); }
div.DivClassName
{
background-color: #FD770E;
}
.BgClassName
{
background-color: #FD770E;
}
</style>
border-color css
<style>
span { border-color: #FD770E; }
span { border-color: rgb(253,119,14); }
td.TdClassName
{
border-color: #FD770E;
}
.TagClassName
{
border-color: #FD770E;
}
</style>