Shades of Pumpkin #FE711F
Tints of Pumpkin #FE711F
RGB
CMYK
RGB Variations
Color information
#FE711F (or 0xFE711F) is known color: Pumpkin. HEX triplet: FE, 71 and 1F. RGB value is (254,113,31). Sum of RGB (Red+Green+Blue) = 254+113+31=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE711F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE711F is #018EE0. Grayscale: #929292. Windows color (decimal): -102113 or 2060798. OLE color: 2060798.
HSL color Cylindrical-coordinate representation of color #FE711F: hue angle of 22.06º 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 #FE711F is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 31 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.00 |
| HSL | 22.06º | 0.99% | 0.56% | - |
| HSV(B) | 22.06º | 0.88% | 1% | - |
| XYZ | 47.03 | 32.98 | 5.18 | - |
| YUV | 145.81 | 63.21 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 31 | 0 | 0.56 | 0.88 | 0.00 | 22.06 | 0.99 | 0.56 |
| Hex | FE | 71 | 1F | 0 | 38 | 58 | 0 | 16 | 63 | 38 |
| Octal | 376 | 161 | 37 | 0 | 70 | 130 | 0 | 26 | 143 | 70 |
| Binary | 11111110 | 1110001 | 11111 | 0 | 111000 | 1011000 | 0 | 10110 | 1100011 | 111000 |
Color Harmonies of #FE711F
Complementary color
Monochromatic Colors of #FE711F
Black with #FE711F
Text Example
Text Example
White with #FE711F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE711F; }
p { color: rgb(254,113,31); }
H1.HeaderClassName
{
color: #FE711F;
}
.AnyTagClassName
{
color: #FE711F;
}
</style>
background-color css
<style>
a { background-color: #FE711F; }
a { background-color: rgb(254,113,31); }
div.DivClassName
{
background-color: #FE711F;
}
.BgClassName
{
background-color: #FE711F;
}
</style>
border-color css
<style>
span { border-color: #FE711F; }
span { border-color: rgb(254,113,31); }
td.TdClassName
{
border-color: #FE711F;
}
.TagClassName
{
border-color: #FE711F;
}
</style>