Shades of Pumpkin #FC821B
Tints of Pumpkin #FC821B
RGB
CMYK
RGB Variations
Color information
#FC821B (or 0xFC821B) is known color: Pumpkin. HEX triplet: FC, 82 and 1B. RGB value is (252,130,27). Sum of RGB (Red+Green+Blue) = 252+130+27=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC821B is #037DE4. Grayscale: #9B9B9B. Windows color (decimal): -228837 or 1803004. OLE color: 1803004.
HSL color Cylindrical-coordinate representation of color #FC821B: hue angle of 27.47º 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 #FC821B is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 130 | 27 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.01 |
| HSL | 27.47º | 0.97% | 0.55% | - |
| HSV(B) | 27.47º | 0.89% | 0.99% | - |
| XYZ | 48.33 | 36.74 | 5.58 | - |
| YUV | 154.74 | 55.92 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 130 | 27 | 0 | 0.48 | 0.89 | 0.01 | 27.47 | 0.97 | 0.55 |
| Hex | FC | 82 | 1B | 0 | 30 | 59 | 1 | 1B | 61 | 37 |
| Octal | 374 | 202 | 33 | 0 | 60 | 131 | 1 | 33 | 141 | 67 |
| Binary | 11111100 | 10000010 | 11011 | 0 | 110000 | 1011001 | 1 | 11011 | 1100001 | 110111 |
Color Harmonies of #FC821B
Complementary color
Monochromatic Colors of #FC821B
Black with #FC821B
Text Example
Text Example
White with #FC821B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC821B; }
p { color: rgb(252,130,27); }
H1.HeaderClassName
{
color: #FC821B;
}
.AnyTagClassName
{
color: #FC821B;
}
</style>
background-color css
<style>
a { background-color: #FC821B; }
a { background-color: rgb(252,130,27); }
div.DivClassName
{
background-color: #FC821B;
}
.BgClassName
{
background-color: #FC821B;
}
</style>
border-color css
<style>
span { border-color: #FC821B; }
span { border-color: rgb(252,130,27); }
td.TdClassName
{
border-color: #FC821B;
}
.TagClassName
{
border-color: #FC821B;
}
</style>