Shades of Pumpkin #FC6C14
Tints of Pumpkin #FC6C14
RGB
CMYK
RGB Variations
Color information
#FC6C14 (or 0xFC6C14) is known color: Pumpkin. HEX triplet: FC, 6C and 14. RGB value is (252,108,20). Sum of RGB (Red+Green+Blue) = 252+108+20=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6C14 is #0393EB. Grayscale: #8D8D8D. Windows color (decimal): -234476 or 1338620. OLE color: 1338620.
HSL color Cylindrical-coordinate representation of color #FC6C14: hue angle of 22.76º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC6C14 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 20 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.01 |
| HSL | 22.76º | 0.97% | 0.53% | - |
| HSV(B) | 22.76º | 0.92% | 0.99% | - |
| XYZ | 45.63 | 31.47 | 4.33 | - |
| YUV | 141.02 | 59.71 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 20 | 0 | 0.57 | 0.92 | 0.01 | 22.76 | 0.97 | 0.53 |
| Hex | FC | 6C | 14 | 0 | 39 | 5C | 1 | 17 | 61 | 35 |
| Octal | 374 | 154 | 24 | 0 | 71 | 134 | 1 | 27 | 141 | 65 |
| Binary | 11111100 | 1101100 | 10100 | 0 | 111001 | 1011100 | 1 | 10111 | 1100001 | 110101 |
Color Harmonies of #FC6C14
Complementary color
Monochromatic Colors of #FC6C14
Black with #FC6C14
Text Example
Text Example
White with #FC6C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C14; }
p { color: rgb(252,108,20); }
H1.HeaderClassName
{
color: #FC6C14;
}
.AnyTagClassName
{
color: #FC6C14;
}
</style>
background-color css
<style>
a { background-color: #FC6C14; }
a { background-color: rgb(252,108,20); }
div.DivClassName
{
background-color: #FC6C14;
}
.BgClassName
{
background-color: #FC6C14;
}
</style>
border-color css
<style>
span { border-color: #FC6C14; }
span { border-color: rgb(252,108,20); }
td.TdClassName
{
border-color: #FC6C14;
}
.TagClassName
{
border-color: #FC6C14;
}
</style>