Shades of Pumpkin #FC8613
Tints of Pumpkin #FC8613
RGB
CMYK
RGB Variations
Color information
#FC8613 (or 0xFC8613) is known color: Pumpkin. HEX triplet: FC, 86 and 13. RGB value is (252,134,19). Sum of RGB (Red+Green+Blue) = 252+134+19=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8613 is #0379EC. Grayscale: #9C9C9C. Windows color (decimal): -227821 or 1279740. OLE color: 1279740.
HSL color Cylindrical-coordinate representation of color #FC8613: hue angle of 29.61º 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 #FC8613 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 19 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.01 |
| HSL | 29.61º | 0.97% | 0.53% | - |
| HSV(B) | 29.61º | 0.92% | 0.99% | - |
| XYZ | 48.79 | 37.79 | 5.34 | - |
| YUV | 156.17 | 50.59 | 196.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 19 | 0 | 0.47 | 0.92 | 0.01 | 29.61 | 0.97 | 0.53 |
| Hex | FC | 86 | 13 | 0 | 2F | 5C | 1 | 1E | 61 | 35 |
| Octal | 374 | 206 | 23 | 0 | 57 | 134 | 1 | 36 | 141 | 65 |
| Binary | 11111100 | 10000110 | 10011 | 0 | 101111 | 1011100 | 1 | 11110 | 1100001 | 110101 |
Color Harmonies of #FC8613
Complementary color
Monochromatic Colors of #FC8613
Black with #FC8613
Text Example
Text Example
White with #FC8613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8613; }
p { color: rgb(252,134,19); }
H1.HeaderClassName
{
color: #FC8613;
}
.AnyTagClassName
{
color: #FC8613;
}
</style>
background-color css
<style>
a { background-color: #FC8613; }
a { background-color: rgb(252,134,19); }
div.DivClassName
{
background-color: #FC8613;
}
.BgClassName
{
background-color: #FC8613;
}
</style>
border-color css
<style>
span { border-color: #FC8613; }
span { border-color: rgb(252,134,19); }
td.TdClassName
{
border-color: #FC8613;
}
.TagClassName
{
border-color: #FC8613;
}
</style>