Shades of Pumpkin #FC711D
Tints of Pumpkin #FC711D
RGB
CMYK
RGB Variations
Color information
#FC711D (or 0xFC711D) is known color: Pumpkin. HEX triplet: FC, 71 and 1D. RGB value is (252,113,29). Sum of RGB (Red+Green+Blue) = 252+113+29=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 29 (11.72% from 255 or 7.36% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC711D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC711D is #038EE2. Grayscale: #919191. Windows color (decimal): -233187 or 1929724. OLE color: 1929724.
HSL color Cylindrical-coordinate representation of color #FC711D: hue angle of 22.6º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC711D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 29 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.01 |
| HSL | 22.6º | 0.97% | 0.55% | - |
| HSV(B) | 22.6º | 0.88% | 0.99% | - |
| XYZ | 46.27 | 32.59 | 5.01 | - |
| YUV | 144.99 | 62.55 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 29 | 0 | 0.55 | 0.88 | 0.01 | 22.6 | 0.97 | 0.55 |
| Hex | FC | 71 | 1D | 0 | 37 | 58 | 1 | 17 | 61 | 37 |
| Octal | 374 | 161 | 35 | 0 | 67 | 130 | 1 | 27 | 141 | 67 |
| Binary | 11111100 | 1110001 | 11101 | 0 | 110111 | 1011000 | 1 | 10111 | 1100001 | 110111 |
Color Harmonies of #FC711D
Complementary color
Monochromatic Colors of #FC711D
Black with #FC711D
Text Example
Text Example
White with #FC711D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC711D; }
p { color: rgb(252,113,29); }
H1.HeaderClassName
{
color: #FC711D;
}
.AnyTagClassName
{
color: #FC711D;
}
</style>
background-color css
<style>
a { background-color: #FC711D; }
a { background-color: rgb(252,113,29); }
div.DivClassName
{
background-color: #FC711D;
}
.BgClassName
{
background-color: #FC711D;
}
</style>
border-color css
<style>
span { border-color: #FC711D; }
span { border-color: rgb(252,113,29); }
td.TdClassName
{
border-color: #FC711D;
}
.TagClassName
{
border-color: #FC711D;
}
</style>