Shades of Pumpkin #FC8311
Tints of Pumpkin #FC8311
RGB
CMYK
RGB Variations
Color information
#FC8311 (or 0xFC8311) is known color: Pumpkin. HEX triplet: FC, 83 and 11. RGB value is (252,131,17). Sum of RGB (Red+Green+Blue) = 252+131+17=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8311 is #037CEE. Grayscale: #9A9A9A. Windows color (decimal): -228591 or 1147900. OLE color: 1147900.
HSL color Cylindrical-coordinate representation of color #FC8311: hue angle of 29.11º 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 #FC8311 is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 17 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.01 |
| HSL | 29.11º | 0.98% | 0.53% | - |
| HSV(B) | 29.11º | 0.93% | 0.99% | - |
| XYZ | 48.36 | 36.97 | 5.12 | - |
| YUV | 154.18 | 50.59 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 17 | 0 | 0.48 | 0.93 | 0.01 | 29.11 | 0.98 | 0.53 |
| Hex | FC | 83 | 11 | 0 | 30 | 5D | 1 | 1D | 62 | 35 |
| Octal | 374 | 203 | 21 | 0 | 60 | 135 | 1 | 35 | 142 | 65 |
| Binary | 11111100 | 10000011 | 10001 | 0 | 110000 | 1011101 | 1 | 11101 | 1100010 | 110101 |
Color Harmonies of #FC8311
Complementary color
Monochromatic Colors of #FC8311
Black with #FC8311
Text Example
Text Example
White with #FC8311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8311; }
p { color: rgb(252,131,17); }
H1.HeaderClassName
{
color: #FC8311;
}
.AnyTagClassName
{
color: #FC8311;
}
</style>
background-color css
<style>
a { background-color: #FC8311; }
a { background-color: rgb(252,131,17); }
div.DivClassName
{
background-color: #FC8311;
}
.BgClassName
{
background-color: #FC8311;
}
</style>
border-color css
<style>
span { border-color: #FC8311; }
span { border-color: rgb(252,131,17); }
td.TdClassName
{
border-color: #FC8311;
}
.TagClassName
{
border-color: #FC8311;
}
</style>