Shades of Pumpkin #FE8715
Tints of Pumpkin #FE8715
RGB
CMYK
RGB Variations
Color information
#FE8715 (or 0xFE8715) is known color: Pumpkin. HEX triplet: FE, 87 and 15. RGB value is (254,135,21). Sum of RGB (Red+Green+Blue) = 254+135+21=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8715 is #0178EA. Grayscale: #9E9E9E. Windows color (decimal): -96491 or 1411070. OLE color: 1411070.
HSL color Cylindrical-coordinate representation of color #FE8715: hue angle of 29.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE8715 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 21 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.00 |
| HSL | 29.36º | 0.99% | 0.54% | - |
| HSV(B) | 29.36º | 0.92% | 1% | - |
| XYZ | 49.67 | 38.45 | 5.51 | - |
| YUV | 157.59 | 50.92 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 21 | 0 | 0.47 | 0.92 | 0.00 | 29.36 | 0.99 | 0.54 |
| Hex | FE | 87 | 15 | 0 | 2F | 5C | 0 | 1D | 63 | 36 |
| Octal | 376 | 207 | 25 | 0 | 57 | 134 | 0 | 35 | 143 | 66 |
| Binary | 11111110 | 10000111 | 10101 | 0 | 101111 | 1011100 | 0 | 11101 | 1100011 | 110110 |
Color Harmonies of #FE8715
Complementary color
Monochromatic Colors of #FE8715
Black with #FE8715
Text Example
Text Example
White with #FE8715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8715; }
p { color: rgb(254,135,21); }
H1.HeaderClassName
{
color: #FE8715;
}
.AnyTagClassName
{
color: #FE8715;
}
</style>
background-color css
<style>
a { background-color: #FE8715; }
a { background-color: rgb(254,135,21); }
div.DivClassName
{
background-color: #FE8715;
}
.BgClassName
{
background-color: #FE8715;
}
</style>
border-color css
<style>
span { border-color: #FE8715; }
span { border-color: rgb(254,135,21); }
td.TdClassName
{
border-color: #FE8715;
}
.TagClassName
{
border-color: #FE8715;
}
</style>