Shades of Pumpkin #FC7A19
Tints of Pumpkin #FC7A19
RGB
CMYK
RGB Variations
Color information
#FC7A19 (or 0xFC7A19) is known color: Pumpkin. HEX triplet: FC, 7A and 19. RGB value is (252,122,25). Sum of RGB (Red+Green+Blue) = 252+122+25=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7A19 is #0385E6. Grayscale: #969696. Windows color (decimal): -230887 or 1669884. OLE color: 1669884.
HSL color Cylindrical-coordinate representation of color #FC7A19: hue angle of 25.64º 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 #FC7A19 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 25 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.01 |
| HSL | 25.64º | 0.97% | 0.54% | - |
| HSV(B) | 25.64º | 0.9% | 0.99% | - |
| XYZ | 47.28 | 34.68 | 5.12 | - |
| YUV | 149.81 | 57.57 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 25 | 0 | 0.52 | 0.90 | 0.01 | 25.64 | 0.97 | 0.54 |
| Hex | FC | 7A | 19 | 0 | 34 | 5A | 1 | 1A | 61 | 36 |
| Octal | 374 | 172 | 31 | 0 | 64 | 132 | 1 | 32 | 141 | 66 |
| Binary | 11111100 | 1111010 | 11001 | 0 | 110100 | 1011010 | 1 | 11010 | 1100001 | 110110 |
Color Harmonies of #FC7A19
Complementary color
Monochromatic Colors of #FC7A19
Black with #FC7A19
Text Example
Text Example
White with #FC7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A19; }
p { color: rgb(252,122,25); }
H1.HeaderClassName
{
color: #FC7A19;
}
.AnyTagClassName
{
color: #FC7A19;
}
</style>
background-color css
<style>
a { background-color: #FC7A19; }
a { background-color: rgb(252,122,25); }
div.DivClassName
{
background-color: #FC7A19;
}
.BgClassName
{
background-color: #FC7A19;
}
</style>
border-color css
<style>
span { border-color: #FC7A19; }
span { border-color: rgb(252,122,25); }
td.TdClassName
{
border-color: #FC7A19;
}
.TagClassName
{
border-color: #FC7A19;
}
</style>