Shades of Pumpkin #FE861F
Tints of Pumpkin #FE861F
RGB
CMYK
RGB Variations
Color information
#FE861F (or 0xFE861F) is known color: Pumpkin. HEX triplet: FE, 86 and 1F. RGB value is (254,134,31). Sum of RGB (Red+Green+Blue) = 254+134+31=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 31 (12.5% from 255 or 7.40% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE861F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE861F is #0179E0. Grayscale: #9E9E9E. Windows color (decimal): -96737 or 2066174. OLE color: 2066174.
HSL color Cylindrical-coordinate representation of color #FE861F: hue angle of 27.71º 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 #FE861F is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 31 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.00 |
| HSL | 27.71º | 0.99% | 0.56% | - |
| HSV(B) | 27.71º | 0.88% | 1% | - |
| XYZ | 49.65 | 38.22 | 6.06 | - |
| YUV | 158.14 | 56.26 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 31 | 0 | 0.47 | 0.88 | 0.00 | 27.71 | 0.99 | 0.56 |
| Hex | FE | 86 | 1F | 0 | 2F | 58 | 0 | 1C | 63 | 38 |
| Octal | 376 | 206 | 37 | 0 | 57 | 130 | 0 | 34 | 143 | 70 |
| Binary | 11111110 | 10000110 | 11111 | 0 | 101111 | 1011000 | 0 | 11100 | 1100011 | 111000 |
Color Harmonies of #FE861F
Complementary color
Monochromatic Colors of #FE861F
Black with #FE861F
Text Example
Text Example
White with #FE861F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE861F; }
p { color: rgb(254,134,31); }
H1.HeaderClassName
{
color: #FE861F;
}
.AnyTagClassName
{
color: #FE861F;
}
</style>
background-color css
<style>
a { background-color: #FE861F; }
a { background-color: rgb(254,134,31); }
div.DivClassName
{
background-color: #FE861F;
}
.BgClassName
{
background-color: #FE861F;
}
</style>
border-color css
<style>
span { border-color: #FE861F; }
span { border-color: rgb(254,134,31); }
td.TdClassName
{
border-color: #FE861F;
}
.TagClassName
{
border-color: #FE861F;
}
</style>