Shades of Pumpkin #FC8322
Tints of Pumpkin #FC8322
RGB
CMYK
RGB Variations
Color information
#FC8322 (or 0xFC8322) is known color: Pumpkin. HEX triplet: FC, 83 and 22. RGB value is (252,131,34). Sum of RGB (Red+Green+Blue) = 252+131+34=417 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.43% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8322 is #037CDD. Grayscale: #9C9C9C. Windows color (decimal): -228574 or 2262012. OLE color: 2262012.
HSL color Cylindrical-coordinate representation of color #FC8322: hue angle of 26.7º 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 #FC8322 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 34 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.01 |
| HSL | 26.7º | 0.97% | 0.56% | - |
| HSV(B) | 26.7º | 0.87% | 0.99% | - |
| XYZ | 48.55 | 37.04 | 6.1 | - |
| YUV | 156.12 | 59.09 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 34 | 0 | 0.48 | 0.87 | 0.01 | 26.7 | 0.97 | 0.56 |
| Hex | FC | 83 | 22 | 0 | 30 | 57 | 1 | 1B | 61 | 38 |
| Octal | 374 | 203 | 42 | 0 | 60 | 127 | 1 | 33 | 141 | 70 |
| Binary | 11111100 | 10000011 | 100010 | 0 | 110000 | 1010111 | 1 | 11011 | 1100001 | 111000 |
Color Harmonies of #FC8322
Complementary color
Monochromatic Colors of #FC8322
Black with #FC8322
Text Example
Text Example
White with #FC8322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8322; }
p { color: rgb(252,131,34); }
H1.HeaderClassName
{
color: #FC8322;
}
.AnyTagClassName
{
color: #FC8322;
}
</style>
background-color css
<style>
a { background-color: #FC8322; }
a { background-color: rgb(252,131,34); }
div.DivClassName
{
background-color: #FC8322;
}
.BgClassName
{
background-color: #FC8322;
}
</style>
border-color css
<style>
span { border-color: #FC8322; }
span { border-color: rgb(252,131,34); }
td.TdClassName
{
border-color: #FC8322;
}
.TagClassName
{
border-color: #FC8322;
}
</style>