Shades of Pumpkin #FE851F
Tints of Pumpkin #FE851F
RGB
CMYK
RGB Variations
Color information
#FE851F (or 0xFE851F) is known color: Pumpkin. HEX triplet: FE, 85 and 1F. RGB value is (254,133,31). Sum of RGB (Red+Green+Blue) = 254+133+31=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE851F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE851F is #017AE0. Grayscale: #9E9E9E. Windows color (decimal): -96993 or 2065918. OLE color: 2065918.
HSL color Cylindrical-coordinate representation of color #FE851F: hue angle of 27.44º 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 #FE851F is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 31 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.00 |
| HSL | 27.44º | 0.99% | 0.56% | - |
| HSV(B) | 27.44º | 0.88% | 1% | - |
| XYZ | 49.51 | 37.94 | 6.01 | - |
| YUV | 157.55 | 56.59 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 31 | 0 | 0.48 | 0.88 | 0.00 | 27.44 | 0.99 | 0.56 |
| Hex | FE | 85 | 1F | 0 | 30 | 58 | 0 | 1B | 63 | 38 |
| Octal | 376 | 205 | 37 | 0 | 60 | 130 | 0 | 33 | 143 | 70 |
| Binary | 11111110 | 10000101 | 11111 | 0 | 110000 | 1011000 | 0 | 11011 | 1100011 | 111000 |
Color Harmonies of #FE851F
Complementary color
Monochromatic Colors of #FE851F
Black with #FE851F
Text Example
Text Example
White with #FE851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE851F; }
p { color: rgb(254,133,31); }
H1.HeaderClassName
{
color: #FE851F;
}
.AnyTagClassName
{
color: #FE851F;
}
</style>
background-color css
<style>
a { background-color: #FE851F; }
a { background-color: rgb(254,133,31); }
div.DivClassName
{
background-color: #FE851F;
}
.BgClassName
{
background-color: #FE851F;
}
</style>
border-color css
<style>
span { border-color: #FE851F; }
span { border-color: rgb(254,133,31); }
td.TdClassName
{
border-color: #FE851F;
}
.TagClassName
{
border-color: #FE851F;
}
</style>