Shades of Pumpkin #FE7A20
Tints of Pumpkin #FE7A20
RGB
CMYK
RGB Variations
Color information
#FE7A20 (or 0xFE7A20) is known color: Pumpkin. HEX triplet: FE, 7A and 20. RGB value is (254,122,32). Sum of RGB (Red+Green+Blue) = 254+122+32=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A20 is #0185DF. Grayscale: #979797. Windows color (decimal): -99808 or 2128638. OLE color: 2128638.
HSL color Cylindrical-coordinate representation of color #FE7A20: hue angle of 24.32º 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 #FE7A20 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 32 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.00 |
| HSL | 24.32º | 0.99% | 0.56% | - |
| HSV(B) | 24.32º | 0.87% | 1% | - |
| XYZ | 48.09 | 35.09 | 5.61 | - |
| YUV | 151.21 | 60.73 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 32 | 0 | 0.52 | 0.87 | 0.00 | 24.32 | 0.99 | 0.56 |
| Hex | FE | 7A | 20 | 0 | 34 | 57 | 0 | 18 | 63 | 38 |
| Octal | 376 | 172 | 40 | 0 | 64 | 127 | 0 | 30 | 143 | 70 |
| Binary | 11111110 | 1111010 | 100000 | 0 | 110100 | 1010111 | 0 | 11000 | 1100011 | 111000 |
Color Harmonies of #FE7A20
Complementary color
Monochromatic Colors of #FE7A20
Black with #FE7A20
Text Example
Text Example
White with #FE7A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A20; }
p { color: rgb(254,122,32); }
H1.HeaderClassName
{
color: #FE7A20;
}
.AnyTagClassName
{
color: #FE7A20;
}
</style>
background-color css
<style>
a { background-color: #FE7A20; }
a { background-color: rgb(254,122,32); }
div.DivClassName
{
background-color: #FE7A20;
}
.BgClassName
{
background-color: #FE7A20;
}
</style>
border-color css
<style>
span { border-color: #FE7A20; }
span { border-color: rgb(254,122,32); }
td.TdClassName
{
border-color: #FE7A20;
}
.TagClassName
{
border-color: #FE7A20;
}
</style>