Shades of Pumpkin #FC7022
Tints of Pumpkin #FC7022
RGB
CMYK
RGB Variations
Color information
#FC7022 (or 0xFC7022) is known color: Pumpkin. HEX triplet: FC, 70 and 22. RGB value is (252,112,34). Sum of RGB (Red+Green+Blue) = 252+112+34=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7022 is #038FDD. Grayscale: #919191. Windows color (decimal): -233438 or 2257148. OLE color: 2257148.
HSL color Cylindrical-coordinate representation of color #FC7022: hue angle of 21.47º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC7022 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 34 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.01 |
| HSL | 21.47º | 0.97% | 0.56% | - |
| HSV(B) | 21.47º | 0.87% | 0.99% | - |
| XYZ | 46.23 | 32.4 | 5.33 | - |
| YUV | 144.97 | 65.38 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 34 | 0 | 0.56 | 0.87 | 0.01 | 21.47 | 0.97 | 0.56 |
| Hex | FC | 70 | 22 | 0 | 38 | 57 | 1 | 15 | 61 | 38 |
| Octal | 374 | 160 | 42 | 0 | 70 | 127 | 1 | 25 | 141 | 70 |
| Binary | 11111100 | 1110000 | 100010 | 0 | 111000 | 1010111 | 1 | 10101 | 1100001 | 111000 |
Color Harmonies of #FC7022
Complementary color
Monochromatic Colors of #FC7022
Black with #FC7022
Text Example
Text Example
White with #FC7022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7022; }
p { color: rgb(252,112,34); }
H1.HeaderClassName
{
color: #FC7022;
}
.AnyTagClassName
{
color: #FC7022;
}
</style>
background-color css
<style>
a { background-color: #FC7022; }
a { background-color: rgb(252,112,34); }
div.DivClassName
{
background-color: #FC7022;
}
.BgClassName
{
background-color: #FC7022;
}
</style>
border-color css
<style>
span { border-color: #FC7022; }
span { border-color: rgb(252,112,34); }
td.TdClassName
{
border-color: #FC7022;
}
.TagClassName
{
border-color: #FC7022;
}
</style>