Shades of Pumpkin #FC8213
Tints of Pumpkin #FC8213
RGB
CMYK
RGB Variations
Color information
#FC8213 (or 0xFC8213) is known color: Pumpkin. HEX triplet: FC, 82 and 13. RGB value is (252,130,19). Sum of RGB (Red+Green+Blue) = 252+130+19=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8213 is #037DEC. Grayscale: #9A9A9A. Windows color (decimal): -228845 or 1278716. OLE color: 1278716.
HSL color Cylindrical-coordinate representation of color #FC8213: hue angle of 28.58º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC8213 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 19 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.01 |
| HSL | 28.58º | 0.97% | 0.53% | - |
| HSV(B) | 28.58º | 0.92% | 0.99% | - |
| XYZ | 48.25 | 36.71 | 5.16 | - |
| YUV | 153.82 | 51.92 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 19 | 0 | 0.48 | 0.92 | 0.01 | 28.58 | 0.97 | 0.53 |
| Hex | FC | 82 | 13 | 0 | 30 | 5C | 1 | 1D | 61 | 35 |
| Octal | 374 | 202 | 23 | 0 | 60 | 134 | 1 | 35 | 141 | 65 |
| Binary | 11111100 | 10000010 | 10011 | 0 | 110000 | 1011100 | 1 | 11101 | 1100001 | 110101 |
Color Harmonies of #FC8213
Complementary color
Monochromatic Colors of #FC8213
Black with #FC8213
Text Example
Text Example
White with #FC8213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8213; }
p { color: rgb(252,130,19); }
H1.HeaderClassName
{
color: #FC8213;
}
.AnyTagClassName
{
color: #FC8213;
}
</style>
background-color css
<style>
a { background-color: #FC8213; }
a { background-color: rgb(252,130,19); }
div.DivClassName
{
background-color: #FC8213;
}
.BgClassName
{
background-color: #FC8213;
}
</style>
border-color css
<style>
span { border-color: #FC8213; }
span { border-color: rgb(252,130,19); }
td.TdClassName
{
border-color: #FC8213;
}
.TagClassName
{
border-color: #FC8213;
}
</style>