Shades of Pumpkin #FE8527
Tints of Pumpkin #FE8527
RGB
CMYK
RGB Variations
Color information
#FE8527 (or 0xFE8527) is known color: Pumpkin. HEX triplet: FE, 85 and 27. RGB value is (254,133,39). Sum of RGB (Red+Green+Blue) = 254+133+39=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8527 is #017AD8. Grayscale: #9E9E9E. Windows color (decimal): -96985 or 2590206. OLE color: 2590206.
HSL color Cylindrical-coordinate representation of color #FE8527: hue angle of 26.23º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE8527 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 39 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.00 |
| HSL | 26.23º | 0.99% | 0.57% | - |
| HSV(B) | 26.23º | 0.85% | 1% | - |
| XYZ | 49.63 | 37.99 | 6.64 | - |
| YUV | 158.46 | 60.59 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 39 | 0 | 0.48 | 0.85 | 0.00 | 26.23 | 0.99 | 0.57 |
| Hex | FE | 85 | 27 | 0 | 30 | 55 | 0 | 1A | 63 | 39 |
| Octal | 376 | 205 | 47 | 0 | 60 | 125 | 0 | 32 | 143 | 71 |
| Binary | 11111110 | 10000101 | 100111 | 0 | 110000 | 1010101 | 0 | 11010 | 1100011 | 111001 |
Color Harmonies of #FE8527
Complementary color
Monochromatic Colors of #FE8527
Black with #FE8527
Text Example
Text Example
White with #FE8527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8527; }
p { color: rgb(254,133,39); }
H1.HeaderClassName
{
color: #FE8527;
}
.AnyTagClassName
{
color: #FE8527;
}
</style>
background-color css
<style>
a { background-color: #FE8527; }
a { background-color: rgb(254,133,39); }
div.DivClassName
{
background-color: #FE8527;
}
.BgClassName
{
background-color: #FE8527;
}
</style>
border-color css
<style>
span { border-color: #FE8527; }
span { border-color: rgb(254,133,39); }
td.TdClassName
{
border-color: #FE8527;
}
.TagClassName
{
border-color: #FE8527;
}
</style>