Shades of Pumpkin #FE7814
Tints of Pumpkin #FE7814
RGB
CMYK
RGB Variations
Color information
#FE7814 (or 0xFE7814) is known color: Pumpkin. HEX triplet: FE, 78 and 14. RGB value is (254,120,20). Sum of RGB (Red+Green+Blue) = 254+120+20=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7814 is #0187EB. Grayscale: #959595. Windows color (decimal): -100332 or 1341694. OLE color: 1341694.
HSL color Cylindrical-coordinate representation of color #FE7814: hue angle of 25.64º 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 #FE7814 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 20 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.00 |
| HSL | 25.64º | 0.99% | 0.54% | - |
| HSV(B) | 25.64º | 0.92% | 1% | - |
| XYZ | 47.72 | 34.55 | 4.82 | - |
| YUV | 148.67 | 55.39 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 20 | 0 | 0.53 | 0.92 | 0.00 | 25.64 | 0.99 | 0.54 |
| Hex | FE | 78 | 14 | 0 | 35 | 5C | 0 | 1A | 63 | 36 |
| Octal | 376 | 170 | 24 | 0 | 65 | 134 | 0 | 32 | 143 | 66 |
| Binary | 11111110 | 1111000 | 10100 | 0 | 110101 | 1011100 | 0 | 11010 | 1100011 | 110110 |
Color Harmonies of #FE7814
Complementary color
Monochromatic Colors of #FE7814
Black with #FE7814
Text Example
Text Example
White with #FE7814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7814; }
p { color: rgb(254,120,20); }
H1.HeaderClassName
{
color: #FE7814;
}
.AnyTagClassName
{
color: #FE7814;
}
</style>
background-color css
<style>
a { background-color: #FE7814; }
a { background-color: rgb(254,120,20); }
div.DivClassName
{
background-color: #FE7814;
}
.BgClassName
{
background-color: #FE7814;
}
</style>
border-color css
<style>
span { border-color: #FE7814; }
span { border-color: rgb(254,120,20); }
td.TdClassName
{
border-color: #FE7814;
}
.TagClassName
{
border-color: #FE7814;
}
</style>