Shades of Pumpkin #FC7D0F
Tints of Pumpkin #FC7D0F
RGB
CMYK
RGB Variations
Color information
#FC7D0F (or 0xFC7D0F) is known color: Pumpkin. HEX triplet: FC, 7D and 0F. RGB value is (252,125,15). Sum of RGB (Red+Green+Blue) = 252+125+15=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D0F is #0382F0. Grayscale: #979797. Windows color (decimal): -230129 or 1015292. OLE color: 1015292.
HSL color Cylindrical-coordinate representation of color #FC7D0F: hue angle of 27.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC7D0F is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 15 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.01 |
| HSL | 27.85º | 0.98% | 0.52% | - |
| HSV(B) | 27.85º | 0.94% | 0.99% | - |
| XYZ | 47.56 | 35.4 | 4.78 | - |
| YUV | 150.43 | 51.58 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 15 | 0 | 0.50 | 0.94 | 0.01 | 27.85 | 0.98 | 0.52 |
| Hex | FC | 7D | F | 0 | 32 | 5E | 1 | 1C | 62 | 34 |
| Octal | 374 | 175 | 17 | 0 | 62 | 136 | 1 | 34 | 142 | 64 |
| Binary | 11111100 | 1111101 | 1111 | 0 | 110010 | 1011110 | 1 | 11100 | 1100010 | 110100 |
Color Harmonies of #FC7D0F
Complementary color
Monochromatic Colors of #FC7D0F
Black with #FC7D0F
Text Example
Text Example
White with #FC7D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D0F; }
p { color: rgb(252,125,15); }
H1.HeaderClassName
{
color: #FC7D0F;
}
.AnyTagClassName
{
color: #FC7D0F;
}
</style>
background-color css
<style>
a { background-color: #FC7D0F; }
a { background-color: rgb(252,125,15); }
div.DivClassName
{
background-color: #FC7D0F;
}
.BgClassName
{
background-color: #FC7D0F;
}
</style>
border-color css
<style>
span { border-color: #FC7D0F; }
span { border-color: rgb(252,125,15); }
td.TdClassName
{
border-color: #FC7D0F;
}
.TagClassName
{
border-color: #FC7D0F;
}
</style>