Shades of Pumpkin #FC8022
Tints of Pumpkin #FC8022
RGB
CMYK
RGB Variations
Color information
#FC8022 (or 0xFC8022) is known color: Pumpkin. HEX triplet: FC, 80 and 22. RGB value is (252,128,34). Sum of RGB (Red+Green+Blue) = 252+128+34=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 34 (13.67% from 255 or 8.21% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8022 is #037FDD. Grayscale: #9A9A9A. Windows color (decimal): -229342 or 2261244. OLE color: 2261244.
HSL color Cylindrical-coordinate representation of color #FC8022: hue angle of 25.87º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC8022 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 34 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.01 |
| HSL | 25.87º | 0.97% | 0.56% | - |
| HSV(B) | 25.87º | 0.87% | 0.99% | - |
| XYZ | 48.15 | 36.25 | 5.97 | - |
| YUV | 154.36 | 60.08 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 34 | 0 | 0.49 | 0.87 | 0.01 | 25.87 | 0.97 | 0.56 |
| Hex | FC | 80 | 22 | 0 | 31 | 57 | 1 | 1A | 61 | 38 |
| Octal | 374 | 200 | 42 | 0 | 61 | 127 | 1 | 32 | 141 | 70 |
| Binary | 11111100 | 10000000 | 100010 | 0 | 110001 | 1010111 | 1 | 11010 | 1100001 | 111000 |
Color Harmonies of #FC8022
Complementary color
Monochromatic Colors of #FC8022
Black with #FC8022
Text Example
Text Example
White with #FC8022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8022; }
p { color: rgb(252,128,34); }
H1.HeaderClassName
{
color: #FC8022;
}
.AnyTagClassName
{
color: #FC8022;
}
</style>
background-color css
<style>
a { background-color: #FC8022; }
a { background-color: rgb(252,128,34); }
div.DivClassName
{
background-color: #FC8022;
}
.BgClassName
{
background-color: #FC8022;
}
</style>
border-color css
<style>
span { border-color: #FC8022; }
span { border-color: rgb(252,128,34); }
td.TdClassName
{
border-color: #FC8022;
}
.TagClassName
{
border-color: #FC8022;
}
</style>