Shades of Pumpkin #FC841E
Tints of Pumpkin #FC841E
RGB
CMYK
RGB Variations
Color information
#FC841E (or 0xFC841E) is known color: Pumpkin. HEX triplet: FC, 84 and 1E. RGB value is (252,132,30). Sum of RGB (Red+Green+Blue) = 252+132+30=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC841E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC841E is #037BE1. Grayscale: #9C9C9C. Windows color (decimal): -228322 or 2000124. OLE color: 2000124.
HSL color Cylindrical-coordinate representation of color #FC841E: hue angle of 27.57º 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 #FC841E is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 132 | 30 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.01 |
| HSL | 27.57º | 0.97% | 0.55% | - |
| HSV(B) | 27.57º | 0.88% | 0.99% | - |
| XYZ | 48.63 | 37.29 | 5.86 | - |
| YUV | 156.25 | 56.76 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 132 | 30 | 0 | 0.48 | 0.88 | 0.01 | 27.57 | 0.97 | 0.55 |
| Hex | FC | 84 | 1E | 0 | 30 | 58 | 1 | 1C | 61 | 37 |
| Octal | 374 | 204 | 36 | 0 | 60 | 130 | 1 | 34 | 141 | 67 |
| Binary | 11111100 | 10000100 | 11110 | 0 | 110000 | 1011000 | 1 | 11100 | 1100001 | 110111 |
Color Harmonies of #FC841E
Complementary color
Monochromatic Colors of #FC841E
Black with #FC841E
Text Example
Text Example
White with #FC841E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC841E; }
p { color: rgb(252,132,30); }
H1.HeaderClassName
{
color: #FC841E;
}
.AnyTagClassName
{
color: #FC841E;
}
</style>
background-color css
<style>
a { background-color: #FC841E; }
a { background-color: rgb(252,132,30); }
div.DivClassName
{
background-color: #FC841E;
}
.BgClassName
{
background-color: #FC841E;
}
</style>
border-color css
<style>
span { border-color: #FC841E; }
span { border-color: rgb(252,132,30); }
td.TdClassName
{
border-color: #FC841E;
}
.TagClassName
{
border-color: #FC841E;
}
</style>