Shades of Pumpkin #FE851E
Tints of Pumpkin #FE851E
RGB
CMYK
RGB Variations
Color information
#FE851E (or 0xFE851E) is known color: Pumpkin. HEX triplet: FE, 85 and 1E. RGB value is (254,133,30). Sum of RGB (Red+Green+Blue) = 254+133+30=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE851E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE851E is #017AE1. Grayscale: #9D9D9D. Windows color (decimal): -96994 or 2000382. OLE color: 2000382.
HSL color Cylindrical-coordinate representation of color #FE851E: hue angle of 27.59º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE851E is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 30 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.00 |
| HSL | 27.59º | 0.99% | 0.56% | - |
| HSV(B) | 27.59º | 0.88% | 1% | - |
| XYZ | 49.49 | 37.94 | 5.94 | - |
| YUV | 157.44 | 56.09 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 30 | 0 | 0.48 | 0.88 | 0.00 | 27.59 | 0.99 | 0.56 |
| Hex | FE | 85 | 1E | 0 | 30 | 58 | 0 | 1C | 63 | 38 |
| Octal | 376 | 205 | 36 | 0 | 60 | 130 | 0 | 34 | 143 | 70 |
| Binary | 11111110 | 10000101 | 11110 | 0 | 110000 | 1011000 | 0 | 11100 | 1100011 | 111000 |
Color Harmonies of #FE851E
Complementary color
Monochromatic Colors of #FE851E
Black with #FE851E
Text Example
Text Example
White with #FE851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE851E; }
p { color: rgb(254,133,30); }
H1.HeaderClassName
{
color: #FE851E;
}
.AnyTagClassName
{
color: #FE851E;
}
</style>
background-color css
<style>
a { background-color: #FE851E; }
a { background-color: rgb(254,133,30); }
div.DivClassName
{
background-color: #FE851E;
}
.BgClassName
{
background-color: #FE851E;
}
</style>
border-color css
<style>
span { border-color: #FE851E; }
span { border-color: rgb(254,133,30); }
td.TdClassName
{
border-color: #FE851E;
}
.TagClassName
{
border-color: #FE851E;
}
</style>