Shades of Pumpkin #FC7D1E
Tints of Pumpkin #FC7D1E
RGB
CMYK
RGB Variations
Color information
#FC7D1E (or 0xFC7D1E) is known color: Pumpkin. HEX triplet: FC, 7D and 1E. RGB value is (252,125,30). Sum of RGB (Red+Green+Blue) = 252+125+30=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D1E is #0382E1. Grayscale: #989898. Windows color (decimal): -230114 or 1998332. OLE color: 1998332.
HSL color Cylindrical-coordinate representation of color #FC7D1E: hue angle of 25.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC7D1E is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 30 | - |
| CMYK | 0 | 0.50 | 0.88 | 0.01 |
| HSL | 25.68º | 0.97% | 0.55% | - |
| HSV(B) | 25.68º | 0.88% | 0.99% | - |
| XYZ | 47.71 | 35.46 | 5.56 | - |
| YUV | 152.14 | 59.08 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 30 | 0 | 0.50 | 0.88 | 0.01 | 25.68 | 0.97 | 0.55 |
| Hex | FC | 7D | 1E | 0 | 32 | 58 | 1 | 1A | 61 | 37 |
| Octal | 374 | 175 | 36 | 0 | 62 | 130 | 1 | 32 | 141 | 67 |
| Binary | 11111100 | 1111101 | 11110 | 0 | 110010 | 1011000 | 1 | 11010 | 1100001 | 110111 |
Color Harmonies of #FC7D1E
Complementary color
Monochromatic Colors of #FC7D1E
Black with #FC7D1E
Text Example
Text Example
White with #FC7D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D1E; }
p { color: rgb(252,125,30); }
H1.HeaderClassName
{
color: #FC7D1E;
}
.AnyTagClassName
{
color: #FC7D1E;
}
</style>
background-color css
<style>
a { background-color: #FC7D1E; }
a { background-color: rgb(252,125,30); }
div.DivClassName
{
background-color: #FC7D1E;
}
.BgClassName
{
background-color: #FC7D1E;
}
</style>
border-color css
<style>
span { border-color: #FC7D1E; }
span { border-color: rgb(252,125,30); }
td.TdClassName
{
border-color: #FC7D1E;
}
.TagClassName
{
border-color: #FC7D1E;
}
</style>