Shades of Pumpkin #FE7A16
Tints of Pumpkin #FE7A16
RGB
CMYK
RGB Variations
Color information
#FE7A16 (or 0xFE7A16) is known color: Pumpkin. HEX triplet: FE, 7A and 16. RGB value is (254,122,22). Sum of RGB (Red+Green+Blue) = 254+122+22=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 122 (48.05% from 255 or 30.65% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7A16 is #0185E9. Grayscale: #969696. Windows color (decimal): -99818 or 1473278. OLE color: 1473278.
HSL color Cylindrical-coordinate representation of color #FE7A16: hue angle of 25.86º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE7A16 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 22 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.00 |
| HSL | 25.86º | 0.99% | 0.54% | - |
| HSV(B) | 25.86º | 0.91% | 1% | - |
| XYZ | 47.98 | 35.05 | 5 | - |
| YUV | 150.07 | 55.73 | 202.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 22 | 0 | 0.52 | 0.91 | 0.00 | 25.86 | 0.99 | 0.54 |
| Hex | FE | 7A | 16 | 0 | 34 | 5B | 0 | 1A | 63 | 36 |
| Octal | 376 | 172 | 26 | 0 | 64 | 133 | 0 | 32 | 143 | 66 |
| Binary | 11111110 | 1111010 | 10110 | 0 | 110100 | 1011011 | 0 | 11010 | 1100011 | 110110 |
Color Harmonies of #FE7A16
Complementary color
Monochromatic Colors of #FE7A16
Black with #FE7A16
Text Example
Text Example
White with #FE7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A16; }
p { color: rgb(254,122,22); }
H1.HeaderClassName
{
color: #FE7A16;
}
.AnyTagClassName
{
color: #FE7A16;
}
</style>
background-color css
<style>
a { background-color: #FE7A16; }
a { background-color: rgb(254,122,22); }
div.DivClassName
{
background-color: #FE7A16;
}
.BgClassName
{
background-color: #FE7A16;
}
</style>
border-color css
<style>
span { border-color: #FE7A16; }
span { border-color: rgb(254,122,22); }
td.TdClassName
{
border-color: #FE7A16;
}
.TagClassName
{
border-color: #FE7A16;
}
</style>