Shades of Pumpkin #FB8210
Tints of Pumpkin #FB8210
RGB
CMYK
RGB Variations
Color information
#FB8210 (or 0xFB8210) is known color: Pumpkin. HEX triplet: FB, 82 and 10. RGB value is (251,130,16). Sum of RGB (Red+Green+Blue) = 251+130+16=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8210 is #047DEF. Grayscale: #999999. Windows color (decimal): -294384 or 1082107. OLE color: 1082107.
HSL color Cylindrical-coordinate representation of color #FB8210: hue angle of 29.11º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB8210 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 130 | 16 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.02 |
| HSL | 29.11º | 0.97% | 0.52% | - |
| HSV(B) | 29.11º | 0.94% | 0.98% | - |
| XYZ | 47.86 | 36.51 | 5.02 | - |
| YUV | 153.18 | 50.59 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 130 | 16 | 0 | 0.48 | 0.94 | 0.02 | 29.11 | 0.97 | 0.52 |
| Hex | FB | 82 | 10 | 0 | 30 | 5E | 2 | 1D | 61 | 34 |
| Octal | 373 | 202 | 20 | 0 | 60 | 136 | 2 | 35 | 141 | 64 |
| Binary | 11111011 | 10000010 | 10000 | 0 | 110000 | 1011110 | 10 | 11101 | 1100001 | 110100 |
Color Harmonies of #FB8210
Complementary color
Monochromatic Colors of #FB8210
Black with #FB8210
Text Example
Text Example
White with #FB8210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8210; }
p { color: rgb(251,130,16); }
H1.HeaderClassName
{
color: #FB8210;
}
.AnyTagClassName
{
color: #FB8210;
}
</style>
background-color css
<style>
a { background-color: #FB8210; }
a { background-color: rgb(251,130,16); }
div.DivClassName
{
background-color: #FB8210;
}
.BgClassName
{
background-color: #FB8210;
}
</style>
border-color css
<style>
span { border-color: #FB8210; }
span { border-color: rgb(251,130,16); }
td.TdClassName
{
border-color: #FB8210;
}
.TagClassName
{
border-color: #FB8210;
}
</style>