Shades of Pumpkin #FC6A1D
Tints of Pumpkin #FC6A1D
RGB
CMYK
RGB Variations
Color information
#FC6A1D (or 0xFC6A1D) is known color: Pumpkin. HEX triplet: FC, 6A and 1D. RGB value is (252,106,29). Sum of RGB (Red+Green+Blue) = 252+106+29=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A1D is #0395E2. Grayscale: #8D8D8D. Windows color (decimal): -234979 or 1927932. OLE color: 1927932.
HSL color Cylindrical-coordinate representation of color #FC6A1D: hue angle of 20.72º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC6A1D is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 106 | 29 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.01 |
| HSL | 20.72º | 0.97% | 0.55% | - |
| HSV(B) | 20.72º | 0.88% | 0.99% | - |
| XYZ | 45.52 | 31.09 | 4.76 | - |
| YUV | 140.88 | 64.87 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 106 | 29 | 0 | 0.58 | 0.88 | 0.01 | 20.72 | 0.97 | 0.55 |
| Hex | FC | 6A | 1D | 0 | 3A | 58 | 1 | 15 | 61 | 37 |
| Octal | 374 | 152 | 35 | 0 | 72 | 130 | 1 | 25 | 141 | 67 |
| Binary | 11111100 | 1101010 | 11101 | 0 | 111010 | 1011000 | 1 | 10101 | 1100001 | 110111 |
Color Harmonies of #FC6A1D
Complementary color
Monochromatic Colors of #FC6A1D
Black with #FC6A1D
Text Example
Text Example
White with #FC6A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6A1D; }
p { color: rgb(252,106,29); }
H1.HeaderClassName
{
color: #FC6A1D;
}
.AnyTagClassName
{
color: #FC6A1D;
}
</style>
background-color css
<style>
a { background-color: #FC6A1D; }
a { background-color: rgb(252,106,29); }
div.DivClassName
{
background-color: #FC6A1D;
}
.BgClassName
{
background-color: #FC6A1D;
}
</style>
border-color css
<style>
span { border-color: #FC6A1D; }
span { border-color: rgb(252,106,29); }
td.TdClassName
{
border-color: #FC6A1D;
}
.TagClassName
{
border-color: #FC6A1D;
}
</style>