Shades of Pumpkin #FC5E1D
Tints of Pumpkin #FC5E1D
RGB
CMYK
RGB Variations
Color information
#FC5E1D (or 0xFC5E1D) is known color: Pumpkin. HEX triplet: FC, 5E and 1D. RGB value is (252,94,29). Sum of RGB (Red+Green+Blue) = 252+94+29=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5E1D is #03A1E2. Grayscale: #868686. Windows color (decimal): -238051 or 1924860. OLE color: 1924860.
HSL color Cylindrical-coordinate representation of color #FC5E1D: hue angle of 17.49º 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 #FC5E1D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 94 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.01 |
| HSL | 17.49º | 0.97% | 0.55% | - |
| HSV(B) | 17.49º | 0.88% | 0.99% | - |
| XYZ | 44.37 | 28.79 | 4.38 | - |
| YUV | 133.83 | 68.85 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 29 | 0 | 0.63 | 0.88 | 0.01 | 17.49 | 0.97 | 0.55 |
| Hex | FC | 5E | 1D | 0 | 3F | 58 | 1 | 11 | 61 | 37 |
| Octal | 374 | 136 | 35 | 0 | 77 | 130 | 1 | 21 | 141 | 67 |
| Binary | 11111100 | 1011110 | 11101 | 0 | 111111 | 1011000 | 1 | 10001 | 1100001 | 110111 |
Color Harmonies of #FC5E1D
Complementary color
Monochromatic Colors of #FC5E1D
Black with #FC5E1D
Text Example
Text Example
White with #FC5E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5E1D; }
p { color: rgb(252,94,29); }
H1.HeaderClassName
{
color: #FC5E1D;
}
.AnyTagClassName
{
color: #FC5E1D;
}
</style>
background-color css
<style>
a { background-color: #FC5E1D; }
a { background-color: rgb(252,94,29); }
div.DivClassName
{
background-color: #FC5E1D;
}
.BgClassName
{
background-color: #FC5E1D;
}
</style>
border-color css
<style>
span { border-color: #FC5E1D; }
span { border-color: rgb(252,94,29); }
td.TdClassName
{
border-color: #FC5E1D;
}
.TagClassName
{
border-color: #FC5E1D;
}
</style>