Shades of Pumpkin #FE7D1C
Tints of Pumpkin #FE7D1C
RGB
CMYK
RGB Variations
Color information
#FE7D1C (or 0xFE7D1C) is known color: Pumpkin. HEX triplet: FE, 7D and 1C. RGB value is (254,125,28). Sum of RGB (Red+Green+Blue) = 254+125+28=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 28 (11.33% from 255 or 6.88% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7D1C is #0182E3. Grayscale: #999999. Windows color (decimal): -99044 or 1867262. OLE color: 1867262.
HSL color Cylindrical-coordinate representation of color #FE7D1C: hue angle of 25.75º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE7D1C is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 125 | 28 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.00 |
| HSL | 25.75º | 0.99% | 0.55% | - |
| HSV(B) | 25.75º | 0.89% | 1% | - |
| XYZ | 48.42 | 35.82 | 5.46 | - |
| YUV | 152.51 | 57.74 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 125 | 28 | 0 | 0.51 | 0.89 | 0.00 | 25.75 | 0.99 | 0.55 |
| Hex | FE | 7D | 1C | 0 | 33 | 59 | 0 | 1A | 63 | 37 |
| Octal | 376 | 175 | 34 | 0 | 63 | 131 | 0 | 32 | 143 | 67 |
| Binary | 11111110 | 1111101 | 11100 | 0 | 110011 | 1011001 | 0 | 11010 | 1100011 | 110111 |
Color Harmonies of #FE7D1C
Complementary color
Monochromatic Colors of #FE7D1C
Black with #FE7D1C
Text Example
Text Example
White with #FE7D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7D1C; }
p { color: rgb(254,125,28); }
H1.HeaderClassName
{
color: #FE7D1C;
}
.AnyTagClassName
{
color: #FE7D1C;
}
</style>
background-color css
<style>
a { background-color: #FE7D1C; }
a { background-color: rgb(254,125,28); }
div.DivClassName
{
background-color: #FE7D1C;
}
.BgClassName
{
background-color: #FE7D1C;
}
</style>
border-color css
<style>
span { border-color: #FE7D1C; }
span { border-color: rgb(254,125,28); }
td.TdClassName
{
border-color: #FE7D1C;
}
.TagClassName
{
border-color: #FE7D1C;
}
</style>