Shades of Pumpkin #FC6E17
Tints of Pumpkin #FC6E17
RGB
CMYK
RGB Variations
Color information
#FC6E17 (or 0xFC6E17) is known color: Pumpkin. HEX triplet: FC, 6E and 17. RGB value is (252,110,23). Sum of RGB (Red+Green+Blue) = 252+110+23=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6E17 is #0391E8. Grayscale: #8F8F8F. Windows color (decimal): -233961 or 1535740. OLE color: 1535740.
HSL color Cylindrical-coordinate representation of color #FC6E17: hue angle of 22.79º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC6E17 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 23 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.01 |
| HSL | 22.79º | 0.97% | 0.54% | - |
| HSV(B) | 22.79º | 0.91% | 0.99% | - |
| XYZ | 45.88 | 31.91 | 4.55 | - |
| YUV | 142.54 | 60.54 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 23 | 0 | 0.56 | 0.91 | 0.01 | 22.79 | 0.97 | 0.54 |
| Hex | FC | 6E | 17 | 0 | 38 | 5B | 1 | 17 | 61 | 36 |
| Octal | 374 | 156 | 27 | 0 | 70 | 133 | 1 | 27 | 141 | 66 |
| Binary | 11111100 | 1101110 | 10111 | 0 | 111000 | 1011011 | 1 | 10111 | 1100001 | 110110 |
Color Harmonies of #FC6E17
Complementary color
Monochromatic Colors of #FC6E17
Black with #FC6E17
Text Example
Text Example
White with #FC6E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6E17; }
p { color: rgb(252,110,23); }
H1.HeaderClassName
{
color: #FC6E17;
}
.AnyTagClassName
{
color: #FC6E17;
}
</style>
background-color css
<style>
a { background-color: #FC6E17; }
a { background-color: rgb(252,110,23); }
div.DivClassName
{
background-color: #FC6E17;
}
.BgClassName
{
background-color: #FC6E17;
}
</style>
border-color css
<style>
span { border-color: #FC6E17; }
span { border-color: rgb(252,110,23); }
td.TdClassName
{
border-color: #FC6E17;
}
.TagClassName
{
border-color: #FC6E17;
}
</style>