Shades of Pumpkin #FE8714
Tints of Pumpkin #FE8714
RGB
CMYK
RGB Variations
Color information
#FE8714 (or 0xFE8714) is known color: Pumpkin. HEX triplet: FE, 87 and 14. RGB value is (254,135,20). Sum of RGB (Red+Green+Blue) = 254+135+20=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8714 is #0178EB. Grayscale: #9E9E9E. Windows color (decimal): -96492 or 1345534. OLE color: 1345534.
HSL color Cylindrical-coordinate representation of color #FE8714: hue angle of 29.49º 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 #FE8714 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 20 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.00 |
| HSL | 29.49º | 0.99% | 0.54% | - |
| HSV(B) | 29.49º | 0.92% | 1% | - |
| XYZ | 49.66 | 38.45 | 5.47 | - |
| YUV | 157.47 | 50.42 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 20 | 0 | 0.47 | 0.92 | 0.00 | 29.49 | 0.99 | 0.54 |
| Hex | FE | 87 | 14 | 0 | 2F | 5C | 0 | 1D | 63 | 36 |
| Octal | 376 | 207 | 24 | 0 | 57 | 134 | 0 | 35 | 143 | 66 |
| Binary | 11111110 | 10000111 | 10100 | 0 | 101111 | 1011100 | 0 | 11101 | 1100011 | 110110 |
Color Harmonies of #FE8714
Complementary color
Monochromatic Colors of #FE8714
Black with #FE8714
Text Example
Text Example
White with #FE8714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8714; }
p { color: rgb(254,135,20); }
H1.HeaderClassName
{
color: #FE8714;
}
.AnyTagClassName
{
color: #FE8714;
}
</style>
background-color css
<style>
a { background-color: #FE8714; }
a { background-color: rgb(254,135,20); }
div.DivClassName
{
background-color: #FE8714;
}
.BgClassName
{
background-color: #FE8714;
}
</style>
border-color css
<style>
span { border-color: #FE8714; }
span { border-color: rgb(254,135,20); }
td.TdClassName
{
border-color: #FE8714;
}
.TagClassName
{
border-color: #FE8714;
}
</style>