Shades of Pumpkin #FC7A1D
Tints of Pumpkin #FC7A1D
RGB
CMYK
RGB Variations
Color information
#FC7A1D (or 0xFC7A1D) is known color: Pumpkin. HEX triplet: FC, 7A and 1D. RGB value is (252,122,29). Sum of RGB (Red+Green+Blue) = 252+122+29=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A1D is #0385E2. Grayscale: #969696. Windows color (decimal): -230883 or 1932028. OLE color: 1932028.
HSL color Cylindrical-coordinate representation of color #FC7A1D: hue angle of 25.02º 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 #FC7A1D is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 122 | 29 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.01 |
| HSL | 25.02º | 0.97% | 0.55% | - |
| HSV(B) | 25.02º | 0.88% | 0.99% | - |
| XYZ | 47.33 | 34.7 | 5.37 | - |
| YUV | 150.27 | 59.57 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 122 | 29 | 0 | 0.52 | 0.88 | 0.01 | 25.02 | 0.97 | 0.55 |
| Hex | FC | 7A | 1D | 0 | 34 | 58 | 1 | 19 | 61 | 37 |
| Octal | 374 | 172 | 35 | 0 | 64 | 130 | 1 | 31 | 141 | 67 |
| Binary | 11111100 | 1111010 | 11101 | 0 | 110100 | 1011000 | 1 | 11001 | 1100001 | 110111 |
Color Harmonies of #FC7A1D
Complementary color
Monochromatic Colors of #FC7A1D
Black with #FC7A1D
Text Example
Text Example
White with #FC7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7A1D; }
p { color: rgb(252,122,29); }
H1.HeaderClassName
{
color: #FC7A1D;
}
.AnyTagClassName
{
color: #FC7A1D;
}
</style>
background-color css
<style>
a { background-color: #FC7A1D; }
a { background-color: rgb(252,122,29); }
div.DivClassName
{
background-color: #FC7A1D;
}
.BgClassName
{
background-color: #FC7A1D;
}
</style>
border-color css
<style>
span { border-color: #FC7A1D; }
span { border-color: rgb(252,122,29); }
td.TdClassName
{
border-color: #FC7A1D;
}
.TagClassName
{
border-color: #FC7A1D;
}
</style>