Shades of Pumpkin #FC8111
Tints of Pumpkin #FC8111
RGB
CMYK
RGB Variations
Color information
#FC8111 (or 0xFC8111) is known color: Pumpkin. HEX triplet: FC, 81 and 11. RGB value is (252,129,17). Sum of RGB (Red+Green+Blue) = 252+129+17=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8111 is #037EEE. Grayscale: #999999. Windows color (decimal): -229103 or 1147388. OLE color: 1147388.
HSL color Cylindrical-coordinate representation of color #FC8111: hue angle of 28.6º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC8111 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 17 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.01 |
| HSL | 28.6º | 0.98% | 0.53% | - |
| HSV(B) | 28.6º | 0.93% | 0.99% | - |
| XYZ | 48.1 | 36.44 | 5.03 | - |
| YUV | 153.01 | 51.25 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 17 | 0 | 0.49 | 0.93 | 0.01 | 28.6 | 0.98 | 0.53 |
| Hex | FC | 81 | 11 | 0 | 31 | 5D | 1 | 1D | 62 | 35 |
| Octal | 374 | 201 | 21 | 0 | 61 | 135 | 1 | 35 | 142 | 65 |
| Binary | 11111100 | 10000001 | 10001 | 0 | 110001 | 1011101 | 1 | 11101 | 1100010 | 110101 |
Color Harmonies of #FC8111
Complementary color
Monochromatic Colors of #FC8111
Black with #FC8111
Text Example
Text Example
White with #FC8111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8111; }
p { color: rgb(252,129,17); }
H1.HeaderClassName
{
color: #FC8111;
}
.AnyTagClassName
{
color: #FC8111;
}
</style>
background-color css
<style>
a { background-color: #FC8111; }
a { background-color: rgb(252,129,17); }
div.DivClassName
{
background-color: #FC8111;
}
.BgClassName
{
background-color: #FC8111;
}
</style>
border-color css
<style>
span { border-color: #FC8111; }
span { border-color: rgb(252,129,17); }
td.TdClassName
{
border-color: #FC8111;
}
.TagClassName
{
border-color: #FC8111;
}
</style>