Shades of Pumpkin #FE7D0E
Tints of Pumpkin #FE7D0E
RGB
CMYK
RGB Variations
Color information
#FE7D0E (or 0xFE7D0E) is known color: Pumpkin. HEX triplet: FE, 7D and 0E. RGB value is (254,125,14). Sum of RGB (Red+Green+Blue) = 254+125+14=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7D0E is #0182F1. Grayscale: #979797. Windows color (decimal): -99058 or 949758. OLE color: 949758.
HSL color Cylindrical-coordinate representation of color #FE7D0E: hue angle of 27.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE7D0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.00 |
| HSL | 27.75º | 0.99% | 0.53% | - |
| HSV(B) | 27.75º | 0.94% | 1% | - |
| XYZ | 48.29 | 35.77 | 4.77 | - |
| YUV | 150.92 | 50.74 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 14 | 0 | 0.51 | 0.94 | 0.00 | 27.75 | 0.99 | 0.53 |
| Hex | FE | 7D | E | 0 | 33 | 5E | 0 | 1C | 63 | 35 |
| Octal | 376 | 175 | 16 | 0 | 63 | 136 | 0 | 34 | 143 | 65 |
| Binary | 11111110 | 1111101 | 1110 | 0 | 110011 | 1011110 | 0 | 11100 | 1100011 | 110101 |
Color Harmonies of #FE7D0E
Complementary color
Monochromatic Colors of #FE7D0E
Black with #FE7D0E
Text Example
Text Example
White with #FE7D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D0E; }
p { color: rgb(254,125,14); }
H1.HeaderClassName
{
color: #FE7D0E;
}
.AnyTagClassName
{
color: #FE7D0E;
}
</style>
background-color css
<style>
a { background-color: #FE7D0E; }
a { background-color: rgb(254,125,14); }
div.DivClassName
{
background-color: #FE7D0E;
}
.BgClassName
{
background-color: #FE7D0E;
}
</style>
border-color css
<style>
span { border-color: #FE7D0E; }
span { border-color: rgb(254,125,14); }
td.TdClassName
{
border-color: #FE7D0E;
}
.TagClassName
{
border-color: #FE7D0E;
}
</style>