Shades of Pumpkin #FE7D20
Tints of Pumpkin #FE7D20
RGB
CMYK
RGB Variations
Color information
#FE7D20 (or 0xFE7D20) is known color: Pumpkin. HEX triplet: FE, 7D and 20. RGB value is (254,125,32). Sum of RGB (Red+Green+Blue) = 254+125+32=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 32 (12.89% from 255 or 7.79% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D20 is #0182DF. Grayscale: #999999. Windows color (decimal): -99040 or 2129406. OLE color: 2129406.
HSL color Cylindrical-coordinate representation of color #FE7D20: hue angle of 25.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE7D20 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 32 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.00 |
| HSL | 25.14º | 0.99% | 0.56% | - |
| HSV(B) | 25.14º | 0.87% | 1% | - |
| XYZ | 48.47 | 35.84 | 5.73 | - |
| YUV | 152.97 | 59.74 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 32 | 0 | 0.51 | 0.87 | 0.00 | 25.14 | 0.99 | 0.56 |
| Hex | FE | 7D | 20 | 0 | 33 | 57 | 0 | 19 | 63 | 38 |
| Octal | 376 | 175 | 40 | 0 | 63 | 127 | 0 | 31 | 143 | 70 |
| Binary | 11111110 | 1111101 | 100000 | 0 | 110011 | 1010111 | 0 | 11001 | 1100011 | 111000 |
Color Harmonies of #FE7D20
Complementary color
Monochromatic Colors of #FE7D20
Black with #FE7D20
Text Example
Text Example
White with #FE7D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D20; }
p { color: rgb(254,125,32); }
H1.HeaderClassName
{
color: #FE7D20;
}
.AnyTagClassName
{
color: #FE7D20;
}
</style>
background-color css
<style>
a { background-color: #FE7D20; }
a { background-color: rgb(254,125,32); }
div.DivClassName
{
background-color: #FE7D20;
}
.BgClassName
{
background-color: #FE7D20;
}
</style>
border-color css
<style>
span { border-color: #FE7D20; }
span { border-color: rgb(254,125,32); }
td.TdClassName
{
border-color: #FE7D20;
}
.TagClassName
{
border-color: #FE7D20;
}
</style>