Shades of Pumpkin #FE7520
Tints of Pumpkin #FE7520
RGB
CMYK
RGB Variations
Color information
#FE7520 (or 0xFE7520) is known color: Pumpkin. HEX triplet: FE, 75 and 20. RGB value is (254,117,32). Sum of RGB (Red+Green+Blue) = 254+117+32=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7520 is #018ADF. Grayscale: #949494. Windows color (decimal): -101088 or 2127358. OLE color: 2127358.
HSL color Cylindrical-coordinate representation of color #FE7520: hue angle of 22.97º 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 #FE7520 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 32 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.00 |
| HSL | 22.97º | 0.99% | 0.56% | - |
| HSV(B) | 22.97º | 0.87% | 1% | - |
| XYZ | 47.5 | 33.9 | 5.41 | - |
| YUV | 148.27 | 62.39 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 32 | 0 | 0.54 | 0.87 | 0.00 | 22.97 | 0.99 | 0.56 |
| Hex | FE | 75 | 20 | 0 | 36 | 57 | 0 | 17 | 63 | 38 |
| Octal | 376 | 165 | 40 | 0 | 66 | 127 | 0 | 27 | 143 | 70 |
| Binary | 11111110 | 1110101 | 100000 | 0 | 110110 | 1010111 | 0 | 10111 | 1100011 | 111000 |
Color Harmonies of #FE7520
Complementary color
Monochromatic Colors of #FE7520
Black with #FE7520
Text Example
Text Example
White with #FE7520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7520; }
p { color: rgb(254,117,32); }
H1.HeaderClassName
{
color: #FE7520;
}
.AnyTagClassName
{
color: #FE7520;
}
</style>
background-color css
<style>
a { background-color: #FE7520; }
a { background-color: rgb(254,117,32); }
div.DivClassName
{
background-color: #FE7520;
}
.BgClassName
{
background-color: #FE7520;
}
</style>
border-color css
<style>
span { border-color: #FE7520; }
span { border-color: rgb(254,117,32); }
td.TdClassName
{
border-color: #FE7520;
}
.TagClassName
{
border-color: #FE7520;
}
</style>