Shades of Pumpkin #FC781D
Tints of Pumpkin #FC781D
RGB
CMYK
RGB Variations
Color information
#FC781D (or 0xFC781D) is known color: Pumpkin. HEX triplet: FC, 78 and 1D. RGB value is (252,120,29). Sum of RGB (Red+Green+Blue) = 252+120+29=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC781D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC781D is #0387E2. Grayscale: #959595. Windows color (decimal): -231395 or 1931516. OLE color: 1931516.
HSL color Cylindrical-coordinate representation of color #FC781D: hue angle of 24.48º 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 #FC781D is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 120 | 29 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.01 |
| HSL | 24.48º | 0.97% | 0.55% | - |
| HSV(B) | 24.48º | 0.88% | 0.99% | - |
| XYZ | 47.08 | 34.22 | 5.29 | - |
| YUV | 149.09 | 60.23 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 120 | 29 | 0 | 0.52 | 0.88 | 0.01 | 24.48 | 0.97 | 0.55 |
| Hex | FC | 78 | 1D | 0 | 34 | 58 | 1 | 18 | 61 | 37 |
| Octal | 374 | 170 | 35 | 0 | 64 | 130 | 1 | 30 | 141 | 67 |
| Binary | 11111100 | 1111000 | 11101 | 0 | 110100 | 1011000 | 1 | 11000 | 1100001 | 110111 |
Color Harmonies of #FC781D
Complementary color
Monochromatic Colors of #FC781D
Black with #FC781D
Text Example
Text Example
White with #FC781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC781D; }
p { color: rgb(252,120,29); }
H1.HeaderClassName
{
color: #FC781D;
}
.AnyTagClassName
{
color: #FC781D;
}
</style>
background-color css
<style>
a { background-color: #FC781D; }
a { background-color: rgb(252,120,29); }
div.DivClassName
{
background-color: #FC781D;
}
.BgClassName
{
background-color: #FC781D;
}
</style>
border-color css
<style>
span { border-color: #FC781D; }
span { border-color: rgb(252,120,29); }
td.TdClassName
{
border-color: #FC781D;
}
.TagClassName
{
border-color: #FC781D;
}
</style>