Shades of Pumpkin #FC7819
Tints of Pumpkin #FC7819
RGB
CMYK
RGB Variations
Color information
#FC7819 (or 0xFC7819) is known color: Pumpkin. HEX triplet: FC, 78 and 19. RGB value is (252,120,25). Sum of RGB (Red+Green+Blue) = 252+120+25=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7819 is #0387E6. Grayscale: #959595. Windows color (decimal): -231399 or 1669372. OLE color: 1669372.
HSL color Cylindrical-coordinate representation of color #FC7819: hue angle of 25.11º 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 #FC7819 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 25 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.01 |
| HSL | 25.11º | 0.97% | 0.54% | - |
| HSV(B) | 25.11º | 0.9% | 0.99% | - |
| XYZ | 47.04 | 34.2 | 5.04 | - |
| YUV | 148.64 | 58.23 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 25 | 0 | 0.52 | 0.90 | 0.01 | 25.11 | 0.97 | 0.54 |
| Hex | FC | 78 | 19 | 0 | 34 | 5A | 1 | 19 | 61 | 36 |
| Octal | 374 | 170 | 31 | 0 | 64 | 132 | 1 | 31 | 141 | 66 |
| Binary | 11111100 | 1111000 | 11001 | 0 | 110100 | 1011010 | 1 | 11001 | 1100001 | 110110 |
Color Harmonies of #FC7819
Complementary color
Monochromatic Colors of #FC7819
Black with #FC7819
Text Example
Text Example
White with #FC7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7819; }
p { color: rgb(252,120,25); }
H1.HeaderClassName
{
color: #FC7819;
}
.AnyTagClassName
{
color: #FC7819;
}
</style>
background-color css
<style>
a { background-color: #FC7819; }
a { background-color: rgb(252,120,25); }
div.DivClassName
{
background-color: #FC7819;
}
.BgClassName
{
background-color: #FC7819;
}
</style>
border-color css
<style>
span { border-color: #FC7819; }
span { border-color: rgb(252,120,25); }
td.TdClassName
{
border-color: #FC7819;
}
.TagClassName
{
border-color: #FC7819;
}
</style>