Shades of Pumpkin #FC6819
Tints of Pumpkin #FC6819
RGB
CMYK
RGB Variations
Color information
#FC6819 (or 0xFC6819) is known color: Pumpkin. HEX triplet: FC, 68 and 19. RGB value is (252,104,25). Sum of RGB (Red+Green+Blue) = 252+104+25=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6819 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6819 is #0397E6. Grayscale: #8B8B8B. Windows color (decimal): -235495 or 1665276. OLE color: 1665276.
HSL color Cylindrical-coordinate representation of color #FC6819: hue angle of 20.88º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC6819 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 25 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.01 |
| HSL | 20.88º | 0.97% | 0.54% | - |
| HSV(B) | 20.88º | 0.9% | 0.99% | - |
| XYZ | 45.27 | 30.67 | 4.45 | - |
| YUV | 139.25 | 63.53 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 25 | 0 | 0.59 | 0.90 | 0.01 | 20.88 | 0.97 | 0.54 |
| Hex | FC | 68 | 19 | 0 | 3B | 5A | 1 | 15 | 61 | 36 |
| Octal | 374 | 150 | 31 | 0 | 73 | 132 | 1 | 25 | 141 | 66 |
| Binary | 11111100 | 1101000 | 11001 | 0 | 111011 | 1011010 | 1 | 10101 | 1100001 | 110110 |
Color Harmonies of #FC6819
Complementary color
Monochromatic Colors of #FC6819
Black with #FC6819
Text Example
Text Example
White with #FC6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6819; }
p { color: rgb(252,104,25); }
H1.HeaderClassName
{
color: #FC6819;
}
.AnyTagClassName
{
color: #FC6819;
}
</style>
background-color css
<style>
a { background-color: #FC6819; }
a { background-color: rgb(252,104,25); }
div.DivClassName
{
background-color: #FC6819;
}
.BgClassName
{
background-color: #FC6819;
}
</style>
border-color css
<style>
span { border-color: #FC6819; }
span { border-color: rgb(252,104,25); }
td.TdClassName
{
border-color: #FC6819;
}
.TagClassName
{
border-color: #FC6819;
}
</style>