Shades of Pumpkin #FE6420
Tints of Pumpkin #FE6420
RGB
CMYK
RGB Variations
Color information
#FE6420 (or 0xFE6420) is known color: Pumpkin. HEX triplet: FE, 64 and 20. RGB value is (254,100,32). Sum of RGB (Red+Green+Blue) = 254+100+32=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6420 is #019BDF. Grayscale: #8A8A8A. Windows color (decimal): -105440 or 2123006. OLE color: 2123006.
HSL color Cylindrical-coordinate representation of color #FE6420: hue angle of 18.38º 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 #FE6420 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 32 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.00 |
| HSL | 18.38º | 0.99% | 0.56% | - |
| HSV(B) | 18.38º | 0.87% | 1% | - |
| XYZ | 45.69 | 30.29 | 4.8 | - |
| YUV | 138.29 | 68.02 | 210.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 32 | 0 | 0.61 | 0.87 | 0.00 | 18.38 | 0.99 | 0.56 |
| Hex | FE | 64 | 20 | 0 | 3D | 57 | 0 | 12 | 63 | 38 |
| Octal | 376 | 144 | 40 | 0 | 75 | 127 | 0 | 22 | 143 | 70 |
| Binary | 11111110 | 1100100 | 100000 | 0 | 111101 | 1010111 | 0 | 10010 | 1100011 | 111000 |
Color Harmonies of #FE6420
Complementary color
Monochromatic Colors of #FE6420
Black with #FE6420
Text Example
Text Example
White with #FE6420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6420; }
p { color: rgb(254,100,32); }
H1.HeaderClassName
{
color: #FE6420;
}
.AnyTagClassName
{
color: #FE6420;
}
</style>
background-color css
<style>
a { background-color: #FE6420; }
a { background-color: rgb(254,100,32); }
div.DivClassName
{
background-color: #FE6420;
}
.BgClassName
{
background-color: #FE6420;
}
</style>
border-color css
<style>
span { border-color: #FE6420; }
span { border-color: rgb(254,100,32); }
td.TdClassName
{
border-color: #FE6420;
}
.TagClassName
{
border-color: #FE6420;
}
</style>