Shades of Pumpkin #FE7F16
Tints of Pumpkin #FE7F16
RGB
CMYK
RGB Variations
Color information
#FE7F16 (or 0xFE7F16) is known color: Pumpkin. HEX triplet: FE, 7F and 16. RGB value is (254,127,22). Sum of RGB (Red+Green+Blue) = 254+127+22=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 22 (8.98% from 255 or 5.46% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F16 is #0180E9. Grayscale: #999999. Windows color (decimal): -98538 or 1474558. OLE color: 1474558.
HSL color Cylindrical-coordinate representation of color #FE7F16: hue angle of 27.16º 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 #FE7F16 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 22 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.00 |
| HSL | 27.16º | 0.99% | 0.54% | - |
| HSV(B) | 27.16º | 0.91% | 1% | - |
| XYZ | 48.61 | 36.31 | 5.21 | - |
| YUV | 153 | 54.08 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 22 | 0 | 0.50 | 0.91 | 0.00 | 27.16 | 0.99 | 0.54 |
| Hex | FE | 7F | 16 | 0 | 32 | 5B | 0 | 1B | 63 | 36 |
| Octal | 376 | 177 | 26 | 0 | 62 | 133 | 0 | 33 | 143 | 66 |
| Binary | 11111110 | 1111111 | 10110 | 0 | 110010 | 1011011 | 0 | 11011 | 1100011 | 110110 |
Color Harmonies of #FE7F16
Complementary color
Monochromatic Colors of #FE7F16
Black with #FE7F16
Text Example
Text Example
White with #FE7F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F16; }
p { color: rgb(254,127,22); }
H1.HeaderClassName
{
color: #FE7F16;
}
.AnyTagClassName
{
color: #FE7F16;
}
</style>
background-color css
<style>
a { background-color: #FE7F16; }
a { background-color: rgb(254,127,22); }
div.DivClassName
{
background-color: #FE7F16;
}
.BgClassName
{
background-color: #FE7F16;
}
</style>
border-color css
<style>
span { border-color: #FE7F16; }
span { border-color: rgb(254,127,22); }
td.TdClassName
{
border-color: #FE7F16;
}
.TagClassName
{
border-color: #FE7F16;
}
</style>