Shades of Pumpkin #FC7519
Tints of Pumpkin #FC7519
RGB
CMYK
RGB Variations
Color information
#FC7519 (or 0xFC7519) is known color: Pumpkin. HEX triplet: FC, 75 and 19. RGB value is (252,117,25). Sum of RGB (Red+Green+Blue) = 252+117+25=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7519 is #038AE6. Grayscale: #939393. Windows color (decimal): -232167 or 1668604. OLE color: 1668604.
HSL color Cylindrical-coordinate representation of color #FC7519: hue angle of 24.32º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC7519 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 117 | 25 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.01 |
| HSL | 24.32º | 0.97% | 0.54% | - |
| HSV(B) | 24.32º | 0.9% | 0.99% | - |
| XYZ | 46.68 | 33.49 | 4.92 | - |
| YUV | 146.88 | 59.23 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 117 | 25 | 0 | 0.54 | 0.90 | 0.01 | 24.32 | 0.97 | 0.54 |
| Hex | FC | 75 | 19 | 0 | 36 | 5A | 1 | 18 | 61 | 36 |
| Octal | 374 | 165 | 31 | 0 | 66 | 132 | 1 | 30 | 141 | 66 |
| Binary | 11111100 | 1110101 | 11001 | 0 | 110110 | 1011010 | 1 | 11000 | 1100001 | 110110 |
Color Harmonies of #FC7519
Complementary color
Monochromatic Colors of #FC7519
Black with #FC7519
Text Example
Text Example
White with #FC7519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7519; }
p { color: rgb(252,117,25); }
H1.HeaderClassName
{
color: #FC7519;
}
.AnyTagClassName
{
color: #FC7519;
}
</style>
background-color css
<style>
a { background-color: #FC7519; }
a { background-color: rgb(252,117,25); }
div.DivClassName
{
background-color: #FC7519;
}
.BgClassName
{
background-color: #FC7519;
}
</style>
border-color css
<style>
span { border-color: #FC7519; }
span { border-color: rgb(252,117,25); }
td.TdClassName
{
border-color: #FC7519;
}
.TagClassName
{
border-color: #FC7519;
}
</style>