Shades of Pumpkin #FE6220
Tints of Pumpkin #FE6220
RGB
CMYK
RGB Variations
Color information
#FE6220 (or 0xFE6220) is known color: Pumpkin. HEX triplet: FE, 62 and 20. RGB value is (254,98,32). Sum of RGB (Red+Green+Blue) = 254+98+32=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6220 is #019DDF. Grayscale: #898989. Windows color (decimal): -105952 or 2122494. OLE color: 2122494.
HSL color Cylindrical-coordinate representation of color #FE6220: hue angle of 17.84º 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 #FE6220 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 32 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.00 |
| HSL | 17.84º | 0.99% | 0.56% | - |
| HSV(B) | 17.84º | 0.87% | 1% | - |
| XYZ | 45.5 | 29.91 | 4.74 | - |
| YUV | 137.12 | 68.68 | 211.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 32 | 0 | 0.61 | 0.87 | 0.00 | 17.84 | 0.99 | 0.56 |
| Hex | FE | 62 | 20 | 0 | 3D | 57 | 0 | 12 | 63 | 38 |
| Octal | 376 | 142 | 40 | 0 | 75 | 127 | 0 | 22 | 143 | 70 |
| Binary | 11111110 | 1100010 | 100000 | 0 | 111101 | 1010111 | 0 | 10010 | 1100011 | 111000 |
Color Harmonies of #FE6220
Complementary color
Monochromatic Colors of #FE6220
Black with #FE6220
Text Example
Text Example
White with #FE6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6220; }
p { color: rgb(254,98,32); }
H1.HeaderClassName
{
color: #FE6220;
}
.AnyTagClassName
{
color: #FE6220;
}
</style>
background-color css
<style>
a { background-color: #FE6220; }
a { background-color: rgb(254,98,32); }
div.DivClassName
{
background-color: #FE6220;
}
.BgClassName
{
background-color: #FE6220;
}
</style>
border-color css
<style>
span { border-color: #FE6220; }
span { border-color: rgb(254,98,32); }
td.TdClassName
{
border-color: #FE6220;
}
.TagClassName
{
border-color: #FE6220;
}
</style>