Shades of Pumpkin #FC7510
Tints of Pumpkin #FC7510
RGB
CMYK
RGB Variations
Color information
#FC7510 (or 0xFC7510) is known color: Pumpkin. HEX triplet: FC, 75 and 10. RGB value is (252,117,16). Sum of RGB (Red+Green+Blue) = 252+117+16=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7510 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7510 is #038AEF. Grayscale: #929292. Windows color (decimal): -232176 or 1078780. OLE color: 1078780.
HSL color Cylindrical-coordinate representation of color #FC7510: hue angle of 25.68º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC7510 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 16 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.01 |
| HSL | 25.68º | 0.98% | 0.53% | - |
| HSV(B) | 25.68º | 0.94% | 0.99% | - |
| XYZ | 46.6 | 33.46 | 4.49 | - |
| YUV | 145.85 | 54.73 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 16 | 0 | 0.54 | 0.94 | 0.01 | 25.68 | 0.98 | 0.53 |
| Hex | FC | 75 | 10 | 0 | 36 | 5E | 1 | 1A | 62 | 35 |
| Octal | 374 | 165 | 20 | 0 | 66 | 136 | 1 | 32 | 142 | 65 |
| Binary | 11111100 | 1110101 | 10000 | 0 | 110110 | 1011110 | 1 | 11010 | 1100010 | 110101 |
Color Harmonies of #FC7510
Complementary color
Monochromatic Colors of #FC7510
Black with #FC7510
Text Example
Text Example
White with #FC7510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7510; }
p { color: rgb(252,117,16); }
H1.HeaderClassName
{
color: #FC7510;
}
.AnyTagClassName
{
color: #FC7510;
}
</style>
background-color css
<style>
a { background-color: #FC7510; }
a { background-color: rgb(252,117,16); }
div.DivClassName
{
background-color: #FC7510;
}
.BgClassName
{
background-color: #FC7510;
}
</style>
border-color css
<style>
span { border-color: #FC7510; }
span { border-color: rgb(252,117,16); }
td.TdClassName
{
border-color: #FC7510;
}
.TagClassName
{
border-color: #FC7510;
}
</style>