Shades of Pumpkin #FC6A21
Tints of Pumpkin #FC6A21
RGB
CMYK
RGB Variations
Color information
#FC6A21 (or 0xFC6A21) is known color: Pumpkin. HEX triplet: FC, 6A and 21. RGB value is (252,106,33). Sum of RGB (Red+Green+Blue) = 252+106+33=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 106 (41.80% from 255 or 27.11% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A21 is #0395DE. Grayscale: #8D8D8D. Windows color (decimal): -234975 or 2190076. OLE color: 2190076.
HSL color Cylindrical-coordinate representation of color #FC6A21: hue angle of 20º 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 #FC6A21 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 33 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.01 |
| HSL | 20º | 0.97% | 0.56% | - |
| HSV(B) | 20º | 0.87% | 0.99% | - |
| XYZ | 45.57 | 31.11 | 5.04 | - |
| YUV | 141.33 | 66.87 | 206.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 33 | 0 | 0.58 | 0.87 | 0.01 | 20 | 0.97 | 0.56 |
| Hex | FC | 6A | 21 | 0 | 3A | 57 | 1 | 14 | 61 | 38 |
| Octal | 374 | 152 | 41 | 0 | 72 | 127 | 1 | 24 | 141 | 70 |
| Binary | 11111100 | 1101010 | 100001 | 0 | 111010 | 1010111 | 1 | 10100 | 1100001 | 111000 |
Color Harmonies of #FC6A21
Complementary color
Monochromatic Colors of #FC6A21
Black with #FC6A21
Text Example
Text Example
White with #FC6A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A21; }
p { color: rgb(252,106,33); }
H1.HeaderClassName
{
color: #FC6A21;
}
.AnyTagClassName
{
color: #FC6A21;
}
</style>
background-color css
<style>
a { background-color: #FC6A21; }
a { background-color: rgb(252,106,33); }
div.DivClassName
{
background-color: #FC6A21;
}
.BgClassName
{
background-color: #FC6A21;
}
</style>
border-color css
<style>
span { border-color: #FC6A21; }
span { border-color: rgb(252,106,33); }
td.TdClassName
{
border-color: #FC6A21;
}
.TagClassName
{
border-color: #FC6A21;
}
</style>