Shades of Pumpkin #FE8018
Tints of Pumpkin #FE8018
RGB
CMYK
RGB Variations
Color information
#FE8018 (or 0xFE8018) is known color: Pumpkin. HEX triplet: FE, 80 and 18. RGB value is (254,128,24). Sum of RGB (Red+Green+Blue) = 254+128+24=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 24 (9.77% from 255 or 5.91% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8018 is #017FE7. Grayscale: #9A9A9A. Windows color (decimal): -98280 or 1605886. OLE color: 1605886.
HSL color Cylindrical-coordinate representation of color #FE8018: hue angle of 27.13º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE8018 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 24 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.00 |
| HSL | 27.13º | 0.99% | 0.55% | - |
| HSV(B) | 27.13º | 0.91% | 1% | - |
| XYZ | 48.76 | 36.58 | 5.35 | - |
| YUV | 153.82 | 54.74 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 24 | 0 | 0.50 | 0.91 | 0.00 | 27.13 | 0.99 | 0.55 |
| Hex | FE | 80 | 18 | 0 | 32 | 5B | 0 | 1B | 63 | 37 |
| Octal | 376 | 200 | 30 | 0 | 62 | 133 | 0 | 33 | 143 | 67 |
| Binary | 11111110 | 10000000 | 11000 | 0 | 110010 | 1011011 | 0 | 11011 | 1100011 | 110111 |
Color Harmonies of #FE8018
Complementary color
Monochromatic Colors of #FE8018
Black with #FE8018
Text Example
Text Example
White with #FE8018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8018; }
p { color: rgb(254,128,24); }
H1.HeaderClassName
{
color: #FE8018;
}
.AnyTagClassName
{
color: #FE8018;
}
</style>
background-color css
<style>
a { background-color: #FE8018; }
a { background-color: rgb(254,128,24); }
div.DivClassName
{
background-color: #FE8018;
}
.BgClassName
{
background-color: #FE8018;
}
</style>
border-color css
<style>
span { border-color: #FE8018; }
span { border-color: rgb(254,128,24); }
td.TdClassName
{
border-color: #FE8018;
}
.TagClassName
{
border-color: #FE8018;
}
</style>