Shades of Pumpkin #FE6E22
Tints of Pumpkin #FE6E22
RGB
CMYK
RGB Variations
Color information
#FE6E22 (or 0xFE6E22) is known color: Pumpkin. HEX triplet: FE, 6E and 22. RGB value is (254,110,34). Sum of RGB (Red+Green+Blue) = 254+110+34=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6E22 is #0191DD. Grayscale: #909090. Windows color (decimal): -102878 or 2256638. OLE color: 2256638.
HSL color Cylindrical-coordinate representation of color #FE6E22: hue angle of 20.73º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE6E22 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 110 | 34 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.00 |
| HSL | 20.73º | 0.99% | 0.56% | - |
| HSV(B) | 20.73º | 0.87% | 1% | - |
| XYZ | 46.74 | 32.34 | 5.29 | - |
| YUV | 144.39 | 65.71 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 110 | 34 | 0 | 0.57 | 0.87 | 0.00 | 20.73 | 0.99 | 0.56 |
| Hex | FE | 6E | 22 | 0 | 39 | 57 | 0 | 15 | 63 | 38 |
| Octal | 376 | 156 | 42 | 0 | 71 | 127 | 0 | 25 | 143 | 70 |
| Binary | 11111110 | 1101110 | 100010 | 0 | 111001 | 1010111 | 0 | 10101 | 1100011 | 111000 |
Color Harmonies of #FE6E22
Complementary color
Monochromatic Colors of #FE6E22
Black with #FE6E22
Text Example
Text Example
White with #FE6E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6E22; }
p { color: rgb(254,110,34); }
H1.HeaderClassName
{
color: #FE6E22;
}
.AnyTagClassName
{
color: #FE6E22;
}
</style>
background-color css
<style>
a { background-color: #FE6E22; }
a { background-color: rgb(254,110,34); }
div.DivClassName
{
background-color: #FE6E22;
}
.BgClassName
{
background-color: #FE6E22;
}
</style>
border-color css
<style>
span { border-color: #FE6E22; }
span { border-color: rgb(254,110,34); }
td.TdClassName
{
border-color: #FE6E22;
}
.TagClassName
{
border-color: #FE6E22;
}
</style>