Shades of Pumpkin #FC7C21
Tints of Pumpkin #FC7C21
RGB
CMYK
RGB Variations
Color information
#FC7C21 (or 0xFC7C21) is known color: Pumpkin. HEX triplet: FC, 7C and 21. RGB value is (252,124,33). Sum of RGB (Red+Green+Blue) = 252+124+33=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 124 (48.83% from 255 or 30.32% from 409); Blue value is 33 (13.28% from 255 or 8.07% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7C21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7C21 is #0383DE. Grayscale: #989898. Windows color (decimal): -230367 or 2194684. OLE color: 2194684.
HSL color Cylindrical-coordinate representation of color #FC7C21: hue angle of 24.93º 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 #FC7C21 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 33 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.01 |
| HSL | 24.93º | 0.97% | 0.56% | - |
| HSV(B) | 24.93º | 0.87% | 0.99% | - |
| XYZ | 47.63 | 35.22 | 5.73 | - |
| YUV | 151.9 | 60.91 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 33 | 0 | 0.51 | 0.87 | 0.01 | 24.93 | 0.97 | 0.56 |
| Hex | FC | 7C | 21 | 0 | 33 | 57 | 1 | 19 | 61 | 38 |
| Octal | 374 | 174 | 41 | 0 | 63 | 127 | 1 | 31 | 141 | 70 |
| Binary | 11111100 | 1111100 | 100001 | 0 | 110011 | 1010111 | 1 | 11001 | 1100001 | 111000 |
Color Harmonies of #FC7C21
Complementary color
Monochromatic Colors of #FC7C21
Black with #FC7C21
Text Example
Text Example
White with #FC7C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7C21; }
p { color: rgb(252,124,33); }
H1.HeaderClassName
{
color: #FC7C21;
}
.AnyTagClassName
{
color: #FC7C21;
}
</style>
background-color css
<style>
a { background-color: #FC7C21; }
a { background-color: rgb(252,124,33); }
div.DivClassName
{
background-color: #FC7C21;
}
.BgClassName
{
background-color: #FC7C21;
}
</style>
border-color css
<style>
span { border-color: #FC7C21; }
span { border-color: rgb(252,124,33); }
td.TdClassName
{
border-color: #FC7C21;
}
.TagClassName
{
border-color: #FC7C21;
}
</style>