Shades of Pumpkin #FC6B15
Tints of Pumpkin #FC6B15
RGB
CMYK
RGB Variations
Color information
#FC6B15 (or 0xFC6B15) is known color: Pumpkin. HEX triplet: FC, 6B and 15. RGB value is (252,107,21). Sum of RGB (Red+Green+Blue) = 252+107+21=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6B15 is #0394EA. Grayscale: #8D8D8D. Windows color (decimal): -234731 or 1403900. OLE color: 1403900.
HSL color Cylindrical-coordinate representation of color #FC6B15: hue angle of 22.34º 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 #FC6B15 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 21 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.01 |
| HSL | 22.34º | 0.97% | 0.54% | - |
| HSV(B) | 22.34º | 0.92% | 0.99% | - |
| XYZ | 45.54 | 31.26 | 4.34 | - |
| YUV | 140.55 | 60.54 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 21 | 0 | 0.58 | 0.92 | 0.01 | 22.34 | 0.97 | 0.54 |
| Hex | FC | 6B | 15 | 0 | 3A | 5C | 1 | 16 | 61 | 36 |
| Octal | 374 | 153 | 25 | 0 | 72 | 134 | 1 | 26 | 141 | 66 |
| Binary | 11111100 | 1101011 | 10101 | 0 | 111010 | 1011100 | 1 | 10110 | 1100001 | 110110 |
Color Harmonies of #FC6B15
Complementary color
Monochromatic Colors of #FC6B15
Black with #FC6B15
Text Example
Text Example
White with #FC6B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6B15; }
p { color: rgb(252,107,21); }
H1.HeaderClassName
{
color: #FC6B15;
}
.AnyTagClassName
{
color: #FC6B15;
}
</style>
background-color css
<style>
a { background-color: #FC6B15; }
a { background-color: rgb(252,107,21); }
div.DivClassName
{
background-color: #FC6B15;
}
.BgClassName
{
background-color: #FC6B15;
}
</style>
border-color css
<style>
span { border-color: #FC6B15; }
span { border-color: rgb(252,107,21); }
td.TdClassName
{
border-color: #FC6B15;
}
.TagClassName
{
border-color: #FC6B15;
}
</style>