Shades of Pumpkin #FE7D0D
Tints of Pumpkin #FE7D0D
RGB
CMYK
RGB Variations
Color information
#FE7D0D (or 0xFE7D0D) is known color: Pumpkin. HEX triplet: FE, 7D and 0D. RGB value is (254,125,13). Sum of RGB (Red+Green+Blue) = 254+125+13=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7D0D is #0182F2. Grayscale: #979797. Windows color (decimal): -99059 or 884222. OLE color: 884222.
HSL color Cylindrical-coordinate representation of color #FE7D0D: hue angle of 27.88º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE7D0D is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 13 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.00 |
| HSL | 27.88º | 0.99% | 0.52% | - |
| HSV(B) | 27.88º | 0.95% | 1% | - |
| XYZ | 48.28 | 35.77 | 4.74 | - |
| YUV | 150.8 | 50.24 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 13 | 0 | 0.51 | 0.95 | 0.00 | 27.88 | 0.99 | 0.52 |
| Hex | FE | 7D | D | 0 | 33 | 5F | 0 | 1C | 63 | 34 |
| Octal | 376 | 175 | 15 | 0 | 63 | 137 | 0 | 34 | 143 | 64 |
| Binary | 11111110 | 1111101 | 1101 | 0 | 110011 | 1011111 | 0 | 11100 | 1100011 | 110100 |
Color Harmonies of #FE7D0D
Complementary color
Monochromatic Colors of #FE7D0D
Black with #FE7D0D
Text Example
Text Example
White with #FE7D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D0D; }
p { color: rgb(254,125,13); }
H1.HeaderClassName
{
color: #FE7D0D;
}
.AnyTagClassName
{
color: #FE7D0D;
}
</style>
background-color css
<style>
a { background-color: #FE7D0D; }
a { background-color: rgb(254,125,13); }
div.DivClassName
{
background-color: #FE7D0D;
}
.BgClassName
{
background-color: #FE7D0D;
}
</style>
border-color css
<style>
span { border-color: #FE7D0D; }
span { border-color: rgb(254,125,13); }
td.TdClassName
{
border-color: #FE7D0D;
}
.TagClassName
{
border-color: #FE7D0D;
}
</style>