Shades of Pumpkin #FC7112
Tints of Pumpkin #FC7112
RGB
CMYK
RGB Variations
Color information
#FC7112 (or 0xFC7112) is known color: Pumpkin. HEX triplet: FC, 71 and 12. RGB value is (252,113,18). Sum of RGB (Red+Green+Blue) = 252+113+18=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7112 is #038EED. Grayscale: #909090. Windows color (decimal): -233198 or 1208828. OLE color: 1208828.
HSL color Cylindrical-coordinate representation of color #FC7112: hue angle of 24.36º 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 #FC7112 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 18 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.01 |
| HSL | 24.36º | 0.98% | 0.53% | - |
| HSV(B) | 24.36º | 0.93% | 0.99% | - |
| XYZ | 46.16 | 32.55 | 4.42 | - |
| YUV | 143.73 | 57.05 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 18 | 0 | 0.55 | 0.93 | 0.01 | 24.36 | 0.98 | 0.53 |
| Hex | FC | 71 | 12 | 0 | 37 | 5D | 1 | 18 | 62 | 35 |
| Octal | 374 | 161 | 22 | 0 | 67 | 135 | 1 | 30 | 142 | 65 |
| Binary | 11111100 | 1110001 | 10010 | 0 | 110111 | 1011101 | 1 | 11000 | 1100010 | 110101 |
Color Harmonies of #FC7112
Complementary color
Monochromatic Colors of #FC7112
Black with #FC7112
Text Example
Text Example
White with #FC7112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7112; }
p { color: rgb(252,113,18); }
H1.HeaderClassName
{
color: #FC7112;
}
.AnyTagClassName
{
color: #FC7112;
}
</style>
background-color css
<style>
a { background-color: #FC7112; }
a { background-color: rgb(252,113,18); }
div.DivClassName
{
background-color: #FC7112;
}
.BgClassName
{
background-color: #FC7112;
}
</style>
border-color css
<style>
span { border-color: #FC7112; }
span { border-color: rgb(252,113,18); }
td.TdClassName
{
border-color: #FC7112;
}
.TagClassName
{
border-color: #FC7112;
}
</style>