Shades of Pumpkin #FC721D
Tints of Pumpkin #FC721D
RGB
CMYK
RGB Variations
Color information
#FC721D (or 0xFC721D) is known color: Pumpkin. HEX triplet: FC, 72 and 1D. RGB value is (252,114,29). Sum of RGB (Red+Green+Blue) = 252+114+29=395 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.80% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 252 - color contains mainly: red. Hex color #FC721D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC721D is #038DE2. Grayscale: #929292. Windows color (decimal): -232931 or 1929980. OLE color: 1929980.
HSL color Cylindrical-coordinate representation of color #FC721D: hue angle of 22.87º 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 #FC721D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 114 | 29 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.01 |
| HSL | 22.87º | 0.97% | 0.55% | - |
| HSV(B) | 22.87º | 0.88% | 0.99% | - |
| XYZ | 46.38 | 32.82 | 5.05 | - |
| YUV | 145.57 | 62.22 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 114 | 29 | 0 | 0.55 | 0.88 | 0.01 | 22.87 | 0.97 | 0.55 |
| Hex | FC | 72 | 1D | 0 | 37 | 58 | 1 | 17 | 61 | 37 |
| Octal | 374 | 162 | 35 | 0 | 67 | 130 | 1 | 27 | 141 | 67 |
| Binary | 11111100 | 1110010 | 11101 | 0 | 110111 | 1011000 | 1 | 10111 | 1100001 | 110111 |
Color Harmonies of #FC721D
Complementary color
Monochromatic Colors of #FC721D
Black with #FC721D
Text Example
Text Example
White with #FC721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC721D; }
p { color: rgb(252,114,29); }
H1.HeaderClassName
{
color: #FC721D;
}
.AnyTagClassName
{
color: #FC721D;
}
</style>
background-color css
<style>
a { background-color: #FC721D; }
a { background-color: rgb(252,114,29); }
div.DivClassName
{
background-color: #FC721D;
}
.BgClassName
{
background-color: #FC721D;
}
</style>
border-color css
<style>
span { border-color: #FC721D; }
span { border-color: rgb(252,114,29); }
td.TdClassName
{
border-color: #FC721D;
}
.TagClassName
{
border-color: #FC721D;
}
</style>