Shades of Pumpkin #FE6C20
Tints of Pumpkin #FE6C20
RGB
CMYK
RGB Variations
Color information
#FE6C20 (or 0xFE6C20) is known color: Pumpkin. HEX triplet: FE, 6C and 20. RGB value is (254,108,32). Sum of RGB (Red+Green+Blue) = 254+108+32=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6C20 is #0193DF. Grayscale: #8F8F8F. Windows color (decimal): -103392 or 2125054. OLE color: 2125054.
HSL color Cylindrical-coordinate representation of color #FE6C20: hue angle of 20.54º 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 #FE6C20 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 32 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.00 |
| HSL | 20.54º | 0.99% | 0.56% | - |
| HSV(B) | 20.54º | 0.87% | 1% | - |
| XYZ | 46.5 | 31.9 | 5.07 | - |
| YUV | 142.99 | 65.37 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 32 | 0 | 0.57 | 0.87 | 0.00 | 20.54 | 0.99 | 0.56 |
| Hex | FE | 6C | 20 | 0 | 39 | 57 | 0 | 15 | 63 | 38 |
| Octal | 376 | 154 | 40 | 0 | 71 | 127 | 0 | 25 | 143 | 70 |
| Binary | 11111110 | 1101100 | 100000 | 0 | 111001 | 1010111 | 0 | 10101 | 1100011 | 111000 |
Color Harmonies of #FE6C20
Complementary color
Monochromatic Colors of #FE6C20
Black with #FE6C20
Text Example
Text Example
White with #FE6C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C20; }
p { color: rgb(254,108,32); }
H1.HeaderClassName
{
color: #FE6C20;
}
.AnyTagClassName
{
color: #FE6C20;
}
</style>
background-color css
<style>
a { background-color: #FE6C20; }
a { background-color: rgb(254,108,32); }
div.DivClassName
{
background-color: #FE6C20;
}
.BgClassName
{
background-color: #FE6C20;
}
</style>
border-color css
<style>
span { border-color: #FE6C20; }
span { border-color: rgb(254,108,32); }
td.TdClassName
{
border-color: #FE6C20;
}
.TagClassName
{
border-color: #FE6C20;
}
</style>