Shades of Pumpkin #FC7117
Tints of Pumpkin #FC7117
RGB
CMYK
RGB Variations
Color information
#FC7117 (or 0xFC7117) is known color: Pumpkin. HEX triplet: FC, 71 and 17. RGB value is (252,113,23). Sum of RGB (Red+Green+Blue) = 252+113+23=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 23 (9.38% from 255 or 5.93% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7117 is #038EE8. Grayscale: #909090. Windows color (decimal): -233193 or 1536508. OLE color: 1536508.
HSL color Cylindrical-coordinate representation of color #FC7117: hue angle of 23.58º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC7117 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 23 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.01 |
| HSL | 23.58º | 0.97% | 0.54% | - |
| HSV(B) | 23.58º | 0.91% | 0.99% | - |
| XYZ | 46.2 | 32.57 | 4.66 | - |
| YUV | 144.3 | 59.55 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 23 | 0 | 0.55 | 0.91 | 0.01 | 23.58 | 0.97 | 0.54 |
| Hex | FC | 71 | 17 | 0 | 37 | 5B | 1 | 18 | 61 | 36 |
| Octal | 374 | 161 | 27 | 0 | 67 | 133 | 1 | 30 | 141 | 66 |
| Binary | 11111100 | 1110001 | 10111 | 0 | 110111 | 1011011 | 1 | 11000 | 1100001 | 110110 |
Color Harmonies of #FC7117
Complementary color
Monochromatic Colors of #FC7117
Black with #FC7117
Text Example
Text Example
White with #FC7117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7117; }
p { color: rgb(252,113,23); }
H1.HeaderClassName
{
color: #FC7117;
}
.AnyTagClassName
{
color: #FC7117;
}
</style>
background-color css
<style>
a { background-color: #FC7117; }
a { background-color: rgb(252,113,23); }
div.DivClassName
{
background-color: #FC7117;
}
.BgClassName
{
background-color: #FC7117;
}
</style>
border-color css
<style>
span { border-color: #FC7117; }
span { border-color: rgb(252,113,23); }
td.TdClassName
{
border-color: #FC7117;
}
.TagClassName
{
border-color: #FC7117;
}
</style>