Shades of Pumpkin #FC7C19
Tints of Pumpkin #FC7C19
RGB
CMYK
RGB Variations
Color information
#FC7C19 (or 0xFC7C19) is known color: Pumpkin. HEX triplet: FC, 7C and 19. RGB value is (252,124,25). Sum of RGB (Red+Green+Blue) = 252+124+25=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 124 (48.83% from 255 or 30.92% from 401); Blue value is 25 (10.16% from 255 or 6.23% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7C19 is #0383E6. Grayscale: #979797. Windows color (decimal): -230375 or 1670396. OLE color: 1670396.
HSL color Cylindrical-coordinate representation of color #FC7C19: hue angle of 26.17º 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 #FC7C19 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 25 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.01 |
| HSL | 26.17º | 0.97% | 0.54% | - |
| HSV(B) | 26.17º | 0.9% | 0.99% | - |
| XYZ | 47.53 | 35.18 | 5.21 | - |
| YUV | 150.99 | 56.91 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 25 | 0 | 0.51 | 0.90 | 0.01 | 26.17 | 0.97 | 0.54 |
| Hex | FC | 7C | 19 | 0 | 33 | 5A | 1 | 1A | 61 | 36 |
| Octal | 374 | 174 | 31 | 0 | 63 | 132 | 1 | 32 | 141 | 66 |
| Binary | 11111100 | 1111100 | 11001 | 0 | 110011 | 1011010 | 1 | 11010 | 1100001 | 110110 |
Color Harmonies of #FC7C19
Complementary color
Monochromatic Colors of #FC7C19
Black with #FC7C19
Text Example
Text Example
White with #FC7C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C19; }
p { color: rgb(252,124,25); }
H1.HeaderClassName
{
color: #FC7C19;
}
.AnyTagClassName
{
color: #FC7C19;
}
</style>
background-color css
<style>
a { background-color: #FC7C19; }
a { background-color: rgb(252,124,25); }
div.DivClassName
{
background-color: #FC7C19;
}
.BgClassName
{
background-color: #FC7C19;
}
</style>
border-color css
<style>
span { border-color: #FC7C19; }
span { border-color: rgb(252,124,25); }
td.TdClassName
{
border-color: #FC7C19;
}
.TagClassName
{
border-color: #FC7C19;
}
</style>