Shades of Pumpkin #FC7115
Tints of Pumpkin #FC7115
RGB
CMYK
RGB Variations
Color information
#FC7115 (or 0xFC7115) is known color: Pumpkin. HEX triplet: FC, 71 and 15. RGB value is (252,113,21). Sum of RGB (Red+Green+Blue) = 252+113+21=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7115 is #038EEA. Grayscale: #909090. Windows color (decimal): -233195 or 1405436. OLE color: 1405436.
HSL color Cylindrical-coordinate representation of color #FC7115: hue angle of 23.9º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC7115 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 21 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.01 |
| HSL | 23.9º | 0.97% | 0.54% | - |
| HSV(B) | 23.9º | 0.92% | 0.99% | - |
| XYZ | 46.19 | 32.56 | 4.56 | - |
| YUV | 144.07 | 58.55 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 21 | 0 | 0.55 | 0.92 | 0.01 | 23.9 | 0.97 | 0.54 |
| Hex | FC | 71 | 15 | 0 | 37 | 5C | 1 | 18 | 61 | 36 |
| Octal | 374 | 161 | 25 | 0 | 67 | 134 | 1 | 30 | 141 | 66 |
| Binary | 11111100 | 1110001 | 10101 | 0 | 110111 | 1011100 | 1 | 11000 | 1100001 | 110110 |
Color Harmonies of #FC7115
Complementary color
Monochromatic Colors of #FC7115
Black with #FC7115
Text Example
Text Example
White with #FC7115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7115; }
p { color: rgb(252,113,21); }
H1.HeaderClassName
{
color: #FC7115;
}
.AnyTagClassName
{
color: #FC7115;
}
</style>
background-color css
<style>
a { background-color: #FC7115; }
a { background-color: rgb(252,113,21); }
div.DivClassName
{
background-color: #FC7115;
}
.BgClassName
{
background-color: #FC7115;
}
</style>
border-color css
<style>
span { border-color: #FC7115; }
span { border-color: rgb(252,113,21); }
td.TdClassName
{
border-color: #FC7115;
}
.TagClassName
{
border-color: #FC7115;
}
</style>