Shades of Pumpkin #FE8124
Tints of Pumpkin #FE8124
RGB
CMYK
RGB Variations
Color information
#FE8124 (or 0xFE8124) is known color: Pumpkin. HEX triplet: FE, 81 and 24. RGB value is (254,129,36). Sum of RGB (Red+Green+Blue) = 254+129+36=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8124 is #017EDB. Grayscale: #9C9C9C. Windows color (decimal): -98012 or 2392574. OLE color: 2392574.
HSL color Cylindrical-coordinate representation of color #FE8124: hue angle of 25.6º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE8124 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 36 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.00 |
| HSL | 25.6º | 0.99% | 0.57% | - |
| HSV(B) | 25.6º | 0.86% | 1% | - |
| XYZ | 49.04 | 36.9 | 6.21 | - |
| YUV | 155.77 | 60.41 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 36 | 0 | 0.49 | 0.86 | 0.00 | 25.6 | 0.99 | 0.57 |
| Hex | FE | 81 | 24 | 0 | 31 | 56 | 0 | 1A | 63 | 39 |
| Octal | 376 | 201 | 44 | 0 | 61 | 126 | 0 | 32 | 143 | 71 |
| Binary | 11111110 | 10000001 | 100100 | 0 | 110001 | 1010110 | 0 | 11010 | 1100011 | 111001 |
Color Harmonies of #FE8124
Complementary color
Monochromatic Colors of #FE8124
Black with #FE8124
Text Example
Text Example
White with #FE8124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8124; }
p { color: rgb(254,129,36); }
H1.HeaderClassName
{
color: #FE8124;
}
.AnyTagClassName
{
color: #FE8124;
}
</style>
background-color css
<style>
a { background-color: #FE8124; }
a { background-color: rgb(254,129,36); }
div.DivClassName
{
background-color: #FE8124;
}
.BgClassName
{
background-color: #FE8124;
}
</style>
border-color css
<style>
span { border-color: #FE8124; }
span { border-color: rgb(254,129,36); }
td.TdClassName
{
border-color: #FE8124;
}
.TagClassName
{
border-color: #FE8124;
}
</style>