Shades of Pumpkin #FC6D1E
Tints of Pumpkin #FC6D1E
RGB
CMYK
RGB Variations
Color information
#FC6D1E (or 0xFC6D1E) is known color: Pumpkin. HEX triplet: FC, 6D and 1E. RGB value is (252,109,30). Sum of RGB (Red+Green+Blue) = 252+109+30=391 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.45% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D1E is #0392E1. Grayscale: #8F8F8F. Windows color (decimal): -234210 or 1994236. OLE color: 1994236.
HSL color Cylindrical-coordinate representation of color #FC6D1E: hue angle of 21.35º 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 #FC6D1E is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 30 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.01 |
| HSL | 21.35º | 0.97% | 0.55% | - |
| HSV(B) | 21.35º | 0.88% | 0.99% | - |
| XYZ | 45.85 | 31.73 | 4.94 | - |
| YUV | 142.75 | 64.38 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 30 | 0 | 0.57 | 0.88 | 0.01 | 21.35 | 0.97 | 0.55 |
| Hex | FC | 6D | 1E | 0 | 39 | 58 | 1 | 15 | 61 | 37 |
| Octal | 374 | 155 | 36 | 0 | 71 | 130 | 1 | 25 | 141 | 67 |
| Binary | 11111100 | 1101101 | 11110 | 0 | 111001 | 1011000 | 1 | 10101 | 1100001 | 110111 |
Color Harmonies of #FC6D1E
Complementary color
Monochromatic Colors of #FC6D1E
Black with #FC6D1E
Text Example
Text Example
White with #FC6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D1E; }
p { color: rgb(252,109,30); }
H1.HeaderClassName
{
color: #FC6D1E;
}
.AnyTagClassName
{
color: #FC6D1E;
}
</style>
background-color css
<style>
a { background-color: #FC6D1E; }
a { background-color: rgb(252,109,30); }
div.DivClassName
{
background-color: #FC6D1E;
}
.BgClassName
{
background-color: #FC6D1E;
}
</style>
border-color css
<style>
span { border-color: #FC6D1E; }
span { border-color: rgb(252,109,30); }
td.TdClassName
{
border-color: #FC6D1E;
}
.TagClassName
{
border-color: #FC6D1E;
}
</style>