Shades of Pumpkin #FC6C23
Tints of Pumpkin #FC6C23
RGB
CMYK
RGB Variations
Color information
#FC6C23 (or 0xFC6C23) is known color: Pumpkin. HEX triplet: FC, 6C and 23. RGB value is (252,108,35). Sum of RGB (Red+Green+Blue) = 252+108+35=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C23 is #0393DC. Grayscale: #8F8F8F. Windows color (decimal): -234461 or 2321660. OLE color: 2321660.
HSL color Cylindrical-coordinate representation of color #FC6C23: hue angle of 20.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC6C23 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 108 | 35 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.01 |
| HSL | 20.18º | 0.97% | 0.56% | - |
| HSV(B) | 20.18º | 0.86% | 0.99% | - |
| XYZ | 45.81 | 31.54 | 5.26 | - |
| YUV | 142.73 | 67.21 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 108 | 35 | 0 | 0.57 | 0.86 | 0.01 | 20.18 | 0.97 | 0.56 |
| Hex | FC | 6C | 23 | 0 | 39 | 56 | 1 | 14 | 61 | 38 |
| Octal | 374 | 154 | 43 | 0 | 71 | 126 | 1 | 24 | 141 | 70 |
| Binary | 11111100 | 1101100 | 100011 | 0 | 111001 | 1010110 | 1 | 10100 | 1100001 | 111000 |
Color Harmonies of #FC6C23
Complementary color
Monochromatic Colors of #FC6C23
Black with #FC6C23
Text Example
Text Example
White with #FC6C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6C23; }
p { color: rgb(252,108,35); }
H1.HeaderClassName
{
color: #FC6C23;
}
.AnyTagClassName
{
color: #FC6C23;
}
</style>
background-color css
<style>
a { background-color: #FC6C23; }
a { background-color: rgb(252,108,35); }
div.DivClassName
{
background-color: #FC6C23;
}
.BgClassName
{
background-color: #FC6C23;
}
</style>
border-color css
<style>
span { border-color: #FC6C23; }
span { border-color: rgb(252,108,35); }
td.TdClassName
{
border-color: #FC6C23;
}
.TagClassName
{
border-color: #FC6C23;
}
</style>