Shades of Pumpkin #FC6D1A
Tints of Pumpkin #FC6D1A
RGB
CMYK
RGB Variations
Color information
#FC6D1A (or 0xFC6D1A) is known color: Pumpkin. HEX triplet: FC, 6D and 1A. RGB value is (252,109,26). Sum of RGB (Red+Green+Blue) = 252+109+26=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D1A is #0392E5. Grayscale: #8E8E8E. Windows color (decimal): -234214 or 1732092. OLE color: 1732092.
HSL color Cylindrical-coordinate representation of color #FC6D1A: hue angle of 22.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC6D1A is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 26 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.01 |
| HSL | 22.04º | 0.97% | 0.55% | - |
| HSV(B) | 22.04º | 0.9% | 0.99% | - |
| XYZ | 45.8 | 31.71 | 4.68 | - |
| YUV | 142.3 | 62.38 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 26 | 0 | 0.57 | 0.90 | 0.01 | 22.04 | 0.97 | 0.55 |
| Hex | FC | 6D | 1A | 0 | 39 | 5A | 1 | 16 | 61 | 37 |
| Octal | 374 | 155 | 32 | 0 | 71 | 132 | 1 | 26 | 141 | 67 |
| Binary | 11111100 | 1101101 | 11010 | 0 | 111001 | 1011010 | 1 | 10110 | 1100001 | 110111 |
Color Harmonies of #FC6D1A
Complementary color
Monochromatic Colors of #FC6D1A
Black with #FC6D1A
Text Example
Text Example
White with #FC6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D1A; }
p { color: rgb(252,109,26); }
H1.HeaderClassName
{
color: #FC6D1A;
}
.AnyTagClassName
{
color: #FC6D1A;
}
</style>
background-color css
<style>
a { background-color: #FC6D1A; }
a { background-color: rgb(252,109,26); }
div.DivClassName
{
background-color: #FC6D1A;
}
.BgClassName
{
background-color: #FC6D1A;
}
</style>
border-color css
<style>
span { border-color: #FC6D1A; }
span { border-color: rgb(252,109,26); }
td.TdClassName
{
border-color: #FC6D1A;
}
.TagClassName
{
border-color: #FC6D1A;
}
</style>