Shades of Pumpkin #FC8119
Tints of Pumpkin #FC8119
RGB
CMYK
RGB Variations
Color information
#FC8119 (or 0xFC8119) is known color: Pumpkin. HEX triplet: FC, 81 and 19. RGB value is (252,129,25). Sum of RGB (Red+Green+Blue) = 252+129+25=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8119 is #037EE6. Grayscale: #9A9A9A. Windows color (decimal): -229095 or 1671676. OLE color: 1671676.
HSL color Cylindrical-coordinate representation of color #FC8119: hue angle of 27.49º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC8119 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 25 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.01 |
| HSL | 27.49º | 0.97% | 0.54% | - |
| HSV(B) | 27.49º | 0.9% | 0.99% | - |
| XYZ | 48.17 | 36.47 | 5.42 | - |
| YUV | 153.92 | 55.25 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 25 | 0 | 0.49 | 0.90 | 0.01 | 27.49 | 0.97 | 0.54 |
| Hex | FC | 81 | 19 | 0 | 31 | 5A | 1 | 1B | 61 | 36 |
| Octal | 374 | 201 | 31 | 0 | 61 | 132 | 1 | 33 | 141 | 66 |
| Binary | 11111100 | 10000001 | 11001 | 0 | 110001 | 1011010 | 1 | 11011 | 1100001 | 110110 |
Color Harmonies of #FC8119
Complementary color
Monochromatic Colors of #FC8119
Black with #FC8119
Text Example
Text Example
White with #FC8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8119; }
p { color: rgb(252,129,25); }
H1.HeaderClassName
{
color: #FC8119;
}
.AnyTagClassName
{
color: #FC8119;
}
</style>
background-color css
<style>
a { background-color: #FC8119; }
a { background-color: rgb(252,129,25); }
div.DivClassName
{
background-color: #FC8119;
}
.BgClassName
{
background-color: #FC8119;
}
</style>
border-color css
<style>
span { border-color: #FC8119; }
span { border-color: rgb(252,129,25); }
td.TdClassName
{
border-color: #FC8119;
}
.TagClassName
{
border-color: #FC8119;
}
</style>