Shades of Pumpkin #FE7D14
Tints of Pumpkin #FE7D14
RGB
CMYK
RGB Variations
Color information
#FE7D14 (or 0xFE7D14) is known color: Pumpkin. HEX triplet: FE, 7D and 14. RGB value is (254,125,20). Sum of RGB (Red+Green+Blue) = 254+125+20=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7D14 is #0182EB. Grayscale: #989898. Windows color (decimal): -99052 or 1342974. OLE color: 1342974.
HSL color Cylindrical-coordinate representation of color #FE7D14: hue angle of 26.92º 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 #FE7D14 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 20 | - |
| CMYK | 0 | 0.51 | 0.92 | 0.00 |
| HSL | 26.92º | 0.99% | 0.54% | - |
| HSV(B) | 26.92º | 0.92% | 1% | - |
| XYZ | 48.33 | 35.79 | 5.02 | - |
| YUV | 151.6 | 53.74 | 201.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 20 | 0 | 0.51 | 0.92 | 0.00 | 26.92 | 0.99 | 0.54 |
| Hex | FE | 7D | 14 | 0 | 33 | 5C | 0 | 1B | 63 | 36 |
| Octal | 376 | 175 | 24 | 0 | 63 | 134 | 0 | 33 | 143 | 66 |
| Binary | 11111110 | 1111101 | 10100 | 0 | 110011 | 1011100 | 0 | 11011 | 1100011 | 110110 |
Color Harmonies of #FE7D14
Complementary color
Monochromatic Colors of #FE7D14
Black with #FE7D14
Text Example
Text Example
White with #FE7D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D14; }
p { color: rgb(254,125,20); }
H1.HeaderClassName
{
color: #FE7D14;
}
.AnyTagClassName
{
color: #FE7D14;
}
</style>
background-color css
<style>
a { background-color: #FE7D14; }
a { background-color: rgb(254,125,20); }
div.DivClassName
{
background-color: #FE7D14;
}
.BgClassName
{
background-color: #FE7D14;
}
</style>
border-color css
<style>
span { border-color: #FE7D14; }
span { border-color: rgb(254,125,20); }
td.TdClassName
{
border-color: #FE7D14;
}
.TagClassName
{
border-color: #FE7D14;
}
</style>