Shades of Pumpkin #FC6615
Tints of Pumpkin #FC6615
RGB
CMYK
RGB Variations
Color information
#FC6615 (or 0xFC6615) is known color: Pumpkin. HEX triplet: FC, 66 and 15. RGB value is (252,102,21). Sum of RGB (Red+Green+Blue) = 252+102+21=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6615 is #0399EA. Grayscale: #8A8A8A. Windows color (decimal): -236011 or 1402620. OLE color: 1402620.
HSL color Cylindrical-coordinate representation of color #FC6615: hue angle of 21.04º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC6615 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 21 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.01 |
| HSL | 21.04º | 0.97% | 0.54% | - |
| HSV(B) | 21.04º | 0.92% | 0.99% | - |
| XYZ | 45.03 | 30.25 | 4.18 | - |
| YUV | 137.62 | 62.2 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 21 | 0 | 0.60 | 0.92 | 0.01 | 21.04 | 0.97 | 0.54 |
| Hex | FC | 66 | 15 | 0 | 3C | 5C | 1 | 15 | 61 | 36 |
| Octal | 374 | 146 | 25 | 0 | 74 | 134 | 1 | 25 | 141 | 66 |
| Binary | 11111100 | 1100110 | 10101 | 0 | 111100 | 1011100 | 1 | 10101 | 1100001 | 110110 |
Color Harmonies of #FC6615
Complementary color
Monochromatic Colors of #FC6615
Black with #FC6615
Text Example
Text Example
White with #FC6615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6615; }
p { color: rgb(252,102,21); }
H1.HeaderClassName
{
color: #FC6615;
}
.AnyTagClassName
{
color: #FC6615;
}
</style>
background-color css
<style>
a { background-color: #FC6615; }
a { background-color: rgb(252,102,21); }
div.DivClassName
{
background-color: #FC6615;
}
.BgClassName
{
background-color: #FC6615;
}
</style>
border-color css
<style>
span { border-color: #FC6615; }
span { border-color: rgb(252,102,21); }
td.TdClassName
{
border-color: #FC6615;
}
.TagClassName
{
border-color: #FC6615;
}
</style>