Shades of Pumpkin #FE711C
Tints of Pumpkin #FE711C
RGB
CMYK
RGB Variations
Color information
#FE711C (or 0xFE711C) is known color: Pumpkin. HEX triplet: FE, 71 and 1C. RGB value is (254,113,28). Sum of RGB (Red+Green+Blue) = 254+113+28=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE711C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE711C is #018EE3. Grayscale: #919191. Windows color (decimal): -102116 or 1864190. OLE color: 1864190.
HSL color Cylindrical-coordinate representation of color #FE711C: hue angle of 22.57º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE711C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 28 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.00 |
| HSL | 22.57º | 0.99% | 0.55% | - |
| HSV(B) | 22.57º | 0.89% | 1% | - |
| XYZ | 46.99 | 32.96 | 4.98 | - |
| YUV | 145.47 | 61.71 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 28 | 0 | 0.56 | 0.89 | 0.00 | 22.57 | 0.99 | 0.55 |
| Hex | FE | 71 | 1C | 0 | 38 | 59 | 0 | 17 | 63 | 37 |
| Octal | 376 | 161 | 34 | 0 | 70 | 131 | 0 | 27 | 143 | 67 |
| Binary | 11111110 | 1110001 | 11100 | 0 | 111000 | 1011001 | 0 | 10111 | 1100011 | 110111 |
Color Harmonies of #FE711C
Complementary color
Monochromatic Colors of #FE711C
Black with #FE711C
Text Example
Text Example
White with #FE711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE711C; }
p { color: rgb(254,113,28); }
H1.HeaderClassName
{
color: #FE711C;
}
.AnyTagClassName
{
color: #FE711C;
}
</style>
background-color css
<style>
a { background-color: #FE711C; }
a { background-color: rgb(254,113,28); }
div.DivClassName
{
background-color: #FE711C;
}
.BgClassName
{
background-color: #FE711C;
}
</style>
border-color css
<style>
span { border-color: #FE711C; }
span { border-color: rgb(254,113,28); }
td.TdClassName
{
border-color: #FE711C;
}
.TagClassName
{
border-color: #FE711C;
}
</style>