Shades of Pumpkin #FE7716
Tints of Pumpkin #FE7716
RGB
CMYK
RGB Variations
Color information
#FE7716 (or 0xFE7716) is known color: Pumpkin. HEX triplet: FE, 77 and 16. RGB value is (254,119,22). Sum of RGB (Red+Green+Blue) = 254+119+22=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7716 is #0188E9. Grayscale: #949494. Windows color (decimal): -100586 or 1472510. OLE color: 1472510.
HSL color Cylindrical-coordinate representation of color #FE7716: hue angle of 25.09º 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 #FE7716 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 22 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.00 |
| HSL | 25.09º | 0.99% | 0.54% | - |
| HSV(B) | 25.09º | 0.91% | 1% | - |
| XYZ | 47.61 | 34.32 | 4.87 | - |
| YUV | 148.31 | 56.73 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 22 | 0 | 0.53 | 0.91 | 0.00 | 25.09 | 0.99 | 0.54 |
| Hex | FE | 77 | 16 | 0 | 35 | 5B | 0 | 19 | 63 | 36 |
| Octal | 376 | 167 | 26 | 0 | 65 | 133 | 0 | 31 | 143 | 66 |
| Binary | 11111110 | 1110111 | 10110 | 0 | 110101 | 1011011 | 0 | 11001 | 1100011 | 110110 |
Color Harmonies of #FE7716
Complementary color
Monochromatic Colors of #FE7716
Black with #FE7716
Text Example
Text Example
White with #FE7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7716; }
p { color: rgb(254,119,22); }
H1.HeaderClassName
{
color: #FE7716;
}
.AnyTagClassName
{
color: #FE7716;
}
</style>
background-color css
<style>
a { background-color: #FE7716; }
a { background-color: rgb(254,119,22); }
div.DivClassName
{
background-color: #FE7716;
}
.BgClassName
{
background-color: #FE7716;
}
</style>
border-color css
<style>
span { border-color: #FE7716; }
span { border-color: rgb(254,119,22); }
td.TdClassName
{
border-color: #FE7716;
}
.TagClassName
{
border-color: #FE7716;
}
</style>