Shades of Pumpkin #FD7E1E
Tints of Pumpkin #FD7E1E
RGB
CMYK
RGB Variations
Color information
#FD7E1E (or 0xFD7E1E) is known color: Pumpkin. HEX triplet: FD, 7E and 1E. RGB value is (253,126,30). Sum of RGB (Red+Green+Blue) = 253+126+30=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7E1E is #0281E1. Grayscale: #999999. Windows color (decimal): -164322 or 1998589. OLE color: 1998589.
HSL color Cylindrical-coordinate representation of color #FD7E1E: hue angle of 25.83º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD7E1E is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 126 | 30 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.01 |
| HSL | 25.83º | 0.98% | 0.55% | - |
| HSV(B) | 25.83º | 0.88% | 0.99% | - |
| XYZ | 48.2 | 35.9 | 5.62 | - |
| YUV | 153.03 | 58.58 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 126 | 30 | 0 | 0.50 | 0.88 | 0.01 | 25.83 | 0.98 | 0.55 |
| Hex | FD | 7E | 1E | 0 | 32 | 58 | 1 | 1A | 62 | 37 |
| Octal | 375 | 176 | 36 | 0 | 62 | 130 | 1 | 32 | 142 | 67 |
| Binary | 11111101 | 1111110 | 11110 | 0 | 110010 | 1011000 | 1 | 11010 | 1100010 | 110111 |
Color Harmonies of #FD7E1E
Complementary color
Monochromatic Colors of #FD7E1E
Black with #FD7E1E
Text Example
Text Example
White with #FD7E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7E1E; }
p { color: rgb(253,126,30); }
H1.HeaderClassName
{
color: #FD7E1E;
}
.AnyTagClassName
{
color: #FD7E1E;
}
</style>
background-color css
<style>
a { background-color: #FD7E1E; }
a { background-color: rgb(253,126,30); }
div.DivClassName
{
background-color: #FD7E1E;
}
.BgClassName
{
background-color: #FD7E1E;
}
</style>
border-color css
<style>
span { border-color: #FD7E1E; }
span { border-color: rgb(253,126,30); }
td.TdClassName
{
border-color: #FD7E1E;
}
.TagClassName
{
border-color: #FD7E1E;
}
</style>