Shades of Pumpkin #FC6E14
Tints of Pumpkin #FC6E14
RGB
CMYK
RGB Variations
Color information
#FC6E14 (or 0xFC6E14) is known color: Pumpkin. HEX triplet: FC, 6E and 14. RGB value is (252,110,20). Sum of RGB (Red+Green+Blue) = 252+110+20=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6E14 is #0391EB. Grayscale: #8E8E8E. Windows color (decimal): -233964 or 1339132. OLE color: 1339132.
HSL color Cylindrical-coordinate representation of color #FC6E14: hue angle of 23.28º 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 #FC6E14 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.01 |
| HSL | 23.28º | 0.97% | 0.53% | - |
| HSV(B) | 23.28º | 0.92% | 0.99% | - |
| XYZ | 45.85 | 31.9 | 4.4 | - |
| YUV | 142.2 | 59.04 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 20 | 0 | 0.56 | 0.92 | 0.01 | 23.28 | 0.97 | 0.53 |
| Hex | FC | 6E | 14 | 0 | 38 | 5C | 1 | 17 | 61 | 35 |
| Octal | 374 | 156 | 24 | 0 | 70 | 134 | 1 | 27 | 141 | 65 |
| Binary | 11111100 | 1101110 | 10100 | 0 | 111000 | 1011100 | 1 | 10111 | 1100001 | 110101 |
Color Harmonies of #FC6E14
Complementary color
Monochromatic Colors of #FC6E14
Black with #FC6E14
Text Example
Text Example
White with #FC6E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E14; }
p { color: rgb(252,110,20); }
H1.HeaderClassName
{
color: #FC6E14;
}
.AnyTagClassName
{
color: #FC6E14;
}
</style>
background-color css
<style>
a { background-color: #FC6E14; }
a { background-color: rgb(252,110,20); }
div.DivClassName
{
background-color: #FC6E14;
}
.BgClassName
{
background-color: #FC6E14;
}
</style>
border-color css
<style>
span { border-color: #FC6E14; }
span { border-color: rgb(252,110,20); }
td.TdClassName
{
border-color: #FC6E14;
}
.TagClassName
{
border-color: #FC6E14;
}
</style>