Shades of Pumpkin #FC7119
Tints of Pumpkin #FC7119
RGB
CMYK
RGB Variations
Color information
#FC7119 (or 0xFC7119) is known color: Pumpkin. HEX triplet: FC, 71 and 19. RGB value is (252,113,25). Sum of RGB (Red+Green+Blue) = 252+113+25=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7119 is #038EE6. Grayscale: #919191. Windows color (decimal): -233191 or 1667580. OLE color: 1667580.
HSL color Cylindrical-coordinate representation of color #FC7119: hue angle of 23.26º 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 #FC7119 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 113 | 25 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.01 |
| HSL | 23.26º | 0.97% | 0.54% | - |
| HSV(B) | 23.26º | 0.9% | 0.99% | - |
| XYZ | 46.23 | 32.58 | 4.77 | - |
| YUV | 144.53 | 60.55 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 113 | 25 | 0 | 0.55 | 0.90 | 0.01 | 23.26 | 0.97 | 0.54 |
| Hex | FC | 71 | 19 | 0 | 37 | 5A | 1 | 17 | 61 | 36 |
| Octal | 374 | 161 | 31 | 0 | 67 | 132 | 1 | 27 | 141 | 66 |
| Binary | 11111100 | 1110001 | 11001 | 0 | 110111 | 1011010 | 1 | 10111 | 1100001 | 110110 |
Color Harmonies of #FC7119
Complementary color
Monochromatic Colors of #FC7119
Black with #FC7119
Text Example
Text Example
White with #FC7119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7119; }
p { color: rgb(252,113,25); }
H1.HeaderClassName
{
color: #FC7119;
}
.AnyTagClassName
{
color: #FC7119;
}
</style>
background-color css
<style>
a { background-color: #FC7119; }
a { background-color: rgb(252,113,25); }
div.DivClassName
{
background-color: #FC7119;
}
.BgClassName
{
background-color: #FC7119;
}
</style>
border-color css
<style>
span { border-color: #FC7119; }
span { border-color: rgb(252,113,25); }
td.TdClassName
{
border-color: #FC7119;
}
.TagClassName
{
border-color: #FC7119;
}
</style>