Shades of Pumpkin #FC851C
Tints of Pumpkin #FC851C
RGB
CMYK
RGB Variations
Color information
#FC851C (or 0xFC851C) is known color: Pumpkin. HEX triplet: FC, 85 and 1C. RGB value is (252,133,28). Sum of RGB (Red+Green+Blue) = 252+133+28=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC851C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC851C is #037AE3. Grayscale: #9D9D9D. Windows color (decimal): -228068 or 1869308. OLE color: 1869308.
HSL color Cylindrical-coordinate representation of color #FC851C: hue angle of 28.12º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC851C is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 28 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.01 |
| HSL | 28.13º | 0.97% | 0.55% | - |
| HSV(B) | 28.13º | 0.89% | 0.99% | - |
| XYZ | 48.74 | 37.55 | 5.78 | - |
| YUV | 156.61 | 55.42 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 28 | 0 | 0.47 | 0.89 | 0.01 | 28.13 | 0.97 | 0.55 |
| Hex | FC | 85 | 1C | 0 | 2F | 59 | 1 | 1C | 61 | 37 |
| Octal | 374 | 205 | 34 | 0 | 57 | 131 | 1 | 34 | 141 | 67 |
| Binary | 11111100 | 10000101 | 11100 | 0 | 101111 | 1011001 | 1 | 11100 | 1100001 | 110111 |
Color Harmonies of #FC851C
Complementary color
Monochromatic Colors of #FC851C
Black with #FC851C
Text Example
Text Example
White with #FC851C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC851C; }
p { color: rgb(252,133,28); }
H1.HeaderClassName
{
color: #FC851C;
}
.AnyTagClassName
{
color: #FC851C;
}
</style>
background-color css
<style>
a { background-color: #FC851C; }
a { background-color: rgb(252,133,28); }
div.DivClassName
{
background-color: #FC851C;
}
.BgClassName
{
background-color: #FC851C;
}
</style>
border-color css
<style>
span { border-color: #FC851C; }
span { border-color: rgb(252,133,28); }
td.TdClassName
{
border-color: #FC851C;
}
.TagClassName
{
border-color: #FC851C;
}
</style>