Shades of Pumpkin #FD7A0E
Tints of Pumpkin #FD7A0E
RGB
CMYK
RGB Variations
Color information
#FD7A0E (or 0xFD7A0E) is known color: Pumpkin. HEX triplet: FD, 7A and 0E. RGB value is (253,122,14). Sum of RGB (Red+Green+Blue) = 253+122+14=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7A0E is #0285F1. Grayscale: #959595. Windows color (decimal): -165362 or 948989. OLE color: 948989.
HSL color Cylindrical-coordinate representation of color #FD7A0E: hue angle of 27.11º 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 #FD7A0E is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 14 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.01 |
| HSL | 27.11º | 0.98% | 0.52% | - |
| HSV(B) | 27.11º | 0.94% | 0.99% | - |
| XYZ | 47.55 | 34.83 | 4.63 | - |
| YUV | 148.86 | 51.9 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 14 | 0 | 0.52 | 0.94 | 0.01 | 27.11 | 0.98 | 0.52 |
| Hex | FD | 7A | E | 0 | 34 | 5E | 1 | 1B | 62 | 34 |
| Octal | 375 | 172 | 16 | 0 | 64 | 136 | 1 | 33 | 142 | 64 |
| Binary | 11111101 | 1111010 | 1110 | 0 | 110100 | 1011110 | 1 | 11011 | 1100010 | 110100 |
Color Harmonies of #FD7A0E
Complementary color
Monochromatic Colors of #FD7A0E
Black with #FD7A0E
Text Example
Text Example
White with #FD7A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A0E; }
p { color: rgb(253,122,14); }
H1.HeaderClassName
{
color: #FD7A0E;
}
.AnyTagClassName
{
color: #FD7A0E;
}
</style>
background-color css
<style>
a { background-color: #FD7A0E; }
a { background-color: rgb(253,122,14); }
div.DivClassName
{
background-color: #FD7A0E;
}
.BgClassName
{
background-color: #FD7A0E;
}
</style>
border-color css
<style>
span { border-color: #FD7A0E; }
span { border-color: rgb(253,122,14); }
td.TdClassName
{
border-color: #FD7A0E;
}
.TagClassName
{
border-color: #FD7A0E;
}
</style>