Shades of Pumpkin #FC7024
Tints of Pumpkin #FC7024
RGB
CMYK
RGB Variations
Color information
#FC7024 (or 0xFC7024) is known color: Pumpkin. HEX triplet: FC, 70 and 24. RGB value is (252,112,36). Sum of RGB (Red+Green+Blue) = 252+112+36=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 112 (44.14% from 255 or 28% from 400); Blue value is 36 (14.45% from 255 or 9% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7024 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7024 is #038FDB. Grayscale: #919191. Windows color (decimal): -233436 or 2388220. OLE color: 2388220.
HSL color Cylindrical-coordinate representation of color #FC7024: hue angle of 21.11º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC7024 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 36 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.01 |
| HSL | 21.11º | 0.97% | 0.56% | - |
| HSV(B) | 21.11º | 0.86% | 0.99% | - |
| XYZ | 46.26 | 32.41 | 5.49 | - |
| YUV | 145.2 | 66.38 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 36 | 0 | 0.56 | 0.86 | 0.01 | 21.11 | 0.97 | 0.56 |
| Hex | FC | 70 | 24 | 0 | 38 | 56 | 1 | 15 | 61 | 38 |
| Octal | 374 | 160 | 44 | 0 | 70 | 126 | 1 | 25 | 141 | 70 |
| Binary | 11111100 | 1110000 | 100100 | 0 | 111000 | 1010110 | 1 | 10101 | 1100001 | 111000 |
Color Harmonies of #FC7024
Complementary color
Monochromatic Colors of #FC7024
Black with #FC7024
Text Example
Text Example
White with #FC7024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7024; }
p { color: rgb(252,112,36); }
H1.HeaderClassName
{
color: #FC7024;
}
.AnyTagClassName
{
color: #FC7024;
}
</style>
background-color css
<style>
a { background-color: #FC7024; }
a { background-color: rgb(252,112,36); }
div.DivClassName
{
background-color: #FC7024;
}
.BgClassName
{
background-color: #FC7024;
}
</style>
border-color css
<style>
span { border-color: #FC7024; }
span { border-color: rgb(252,112,36); }
td.TdClassName
{
border-color: #FC7024;
}
.TagClassName
{
border-color: #FC7024;
}
</style>