Shades of Pumpkin #FC7D15
Tints of Pumpkin #FC7D15
RGB
CMYK
RGB Variations
Color information
#FC7D15 (or 0xFC7D15) is known color: Pumpkin. HEX triplet: FC, 7D and 15. RGB value is (252,125,21). Sum of RGB (Red+Green+Blue) = 252+125+21=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D15 is #0382EA. Grayscale: #979797. Windows color (decimal): -230123 or 1408508. OLE color: 1408508.
HSL color Cylindrical-coordinate representation of color #FC7D15: hue angle of 27.01º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC7D15 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 125 | 21 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.01 |
| HSL | 27.01º | 0.97% | 0.54% | - |
| HSV(B) | 27.01º | 0.92% | 0.99% | - |
| XYZ | 47.61 | 35.42 | 5.04 | - |
| YUV | 151.12 | 54.58 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 125 | 21 | 0 | 0.50 | 0.92 | 0.01 | 27.01 | 0.97 | 0.54 |
| Hex | FC | 7D | 15 | 0 | 32 | 5C | 1 | 1B | 61 | 36 |
| Octal | 374 | 175 | 25 | 0 | 62 | 134 | 1 | 33 | 141 | 66 |
| Binary | 11111100 | 1111101 | 10101 | 0 | 110010 | 1011100 | 1 | 11011 | 1100001 | 110110 |
Color Harmonies of #FC7D15
Complementary color
Monochromatic Colors of #FC7D15
Black with #FC7D15
Text Example
Text Example
White with #FC7D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7D15; }
p { color: rgb(252,125,21); }
H1.HeaderClassName
{
color: #FC7D15;
}
.AnyTagClassName
{
color: #FC7D15;
}
</style>
background-color css
<style>
a { background-color: #FC7D15; }
a { background-color: rgb(252,125,21); }
div.DivClassName
{
background-color: #FC7D15;
}
.BgClassName
{
background-color: #FC7D15;
}
</style>
border-color css
<style>
span { border-color: #FC7D15; }
span { border-color: rgb(252,125,21); }
td.TdClassName
{
border-color: #FC7D15;
}
.TagClassName
{
border-color: #FC7D15;
}
</style>