Shades of Pumpkin #FC6D0D
Tints of Pumpkin #FC6D0D
RGB
CMYK
RGB Variations
Color information
#FC6D0D (or 0xFC6D0D) is known color: Pumpkin. HEX triplet: FC, 6D and 0D. RGB value is (252,109,13). Sum of RGB (Red+Green+Blue) = 252+109+13=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 13 (5.47% from 255 or 3.48% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6D0D is #0392F2. Grayscale: #8D8D8D. Windows color (decimal): -234227 or 880124. OLE color: 880124.
HSL color Cylindrical-coordinate representation of color #FC6D0D: hue angle of 24.1º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC6D0D is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 109 | 13 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.01 |
| HSL | 24.1º | 0.98% | 0.52% | - |
| HSV(B) | 24.1º | 0.95% | 0.99% | - |
| XYZ | 45.69 | 31.66 | 4.08 | - |
| YUV | 140.81 | 55.88 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 109 | 13 | 0 | 0.57 | 0.95 | 0.01 | 24.1 | 0.98 | 0.52 |
| Hex | FC | 6D | D | 0 | 39 | 5F | 1 | 18 | 62 | 34 |
| Octal | 374 | 155 | 15 | 0 | 71 | 137 | 1 | 30 | 142 | 64 |
| Binary | 11111100 | 1101101 | 1101 | 0 | 111001 | 1011111 | 1 | 11000 | 1100010 | 110100 |
Color Harmonies of #FC6D0D
Complementary color
Monochromatic Colors of #FC6D0D
Black with #FC6D0D
Text Example
Text Example
White with #FC6D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6D0D; }
p { color: rgb(252,109,13); }
H1.HeaderClassName
{
color: #FC6D0D;
}
.AnyTagClassName
{
color: #FC6D0D;
}
</style>
background-color css
<style>
a { background-color: #FC6D0D; }
a { background-color: rgb(252,109,13); }
div.DivClassName
{
background-color: #FC6D0D;
}
.BgClassName
{
background-color: #FC6D0D;
}
</style>
border-color css
<style>
span { border-color: #FC6D0D; }
span { border-color: rgb(252,109,13); }
td.TdClassName
{
border-color: #FC6D0D;
}
.TagClassName
{
border-color: #FC6D0D;
}
</style>