Shades of Pumpkin #FC7525
Tints of Pumpkin #FC7525
RGB
CMYK
RGB Variations
Color information
#FC7525 (or 0xFC7525) is known color: Pumpkin. HEX triplet: FC, 75 and 25. RGB value is (252,117,37). Sum of RGB (Red+Green+Blue) = 252+117+37=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7525 is #038ADA. Grayscale: #949494. Windows color (decimal): -232155 or 2455036. OLE color: 2455036.
HSL color Cylindrical-coordinate representation of color #FC7525: hue angle of 22.33º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC7525 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 37 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.01 |
| HSL | 22.33º | 0.97% | 0.57% | - |
| HSV(B) | 22.33º | 0.85% | 0.99% | - |
| XYZ | 46.84 | 33.55 | 5.76 | - |
| YUV | 148.25 | 65.23 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 37 | 0 | 0.54 | 0.85 | 0.01 | 22.33 | 0.97 | 0.57 |
| Hex | FC | 75 | 25 | 0 | 36 | 55 | 1 | 16 | 61 | 39 |
| Octal | 374 | 165 | 45 | 0 | 66 | 125 | 1 | 26 | 141 | 71 |
| Binary | 11111100 | 1110101 | 100101 | 0 | 110110 | 1010101 | 1 | 10110 | 1100001 | 111001 |
Color Harmonies of #FC7525
Complementary color
Monochromatic Colors of #FC7525
Black with #FC7525
Text Example
Text Example
White with #FC7525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7525; }
p { color: rgb(252,117,37); }
H1.HeaderClassName
{
color: #FC7525;
}
.AnyTagClassName
{
color: #FC7525;
}
</style>
background-color css
<style>
a { background-color: #FC7525; }
a { background-color: rgb(252,117,37); }
div.DivClassName
{
background-color: #FC7525;
}
.BgClassName
{
background-color: #FC7525;
}
</style>
border-color css
<style>
span { border-color: #FC7525; }
span { border-color: rgb(252,117,37); }
td.TdClassName
{
border-color: #FC7525;
}
.TagClassName
{
border-color: #FC7525;
}
</style>