Shades of Pumpkin #FB8328
Tints of Pumpkin #FB8328
RGB
CMYK
RGB Variations
Color information
#FB8328 (or 0xFB8328) is known color: Pumpkin. HEX triplet: FB, 83 and 28. RGB value is (251,131,40). Sum of RGB (Red+Green+Blue) = 251+131+40=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 40 (16.02% from 255 or 9.48% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8328 is #047CD7. Grayscale: #9C9C9C. Windows color (decimal): -294104 or 2655227. OLE color: 2655227.
HSL color Cylindrical-coordinate representation of color #FB8328: hue angle of 25.88º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB8328 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 40 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.02 |
| HSL | 25.88º | 0.96% | 0.57% | - |
| HSV(B) | 25.88º | 0.84% | 0.98% | - |
| XYZ | 48.28 | 36.9 | 6.58 | - |
| YUV | 156.51 | 62.26 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 40 | 0 | 0.48 | 0.84 | 0.02 | 25.88 | 0.96 | 0.57 |
| Hex | FB | 83 | 28 | 0 | 30 | 54 | 2 | 1A | 60 | 39 |
| Octal | 373 | 203 | 50 | 0 | 60 | 124 | 2 | 32 | 140 | 71 |
| Binary | 11111011 | 10000011 | 101000 | 0 | 110000 | 1010100 | 10 | 11010 | 1100000 | 111001 |
Color Harmonies of #FB8328
Complementary color
Monochromatic Colors of #FB8328
Black with #FB8328
Text Example
Text Example
White with #FB8328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8328; }
p { color: rgb(251,131,40); }
H1.HeaderClassName
{
color: #FB8328;
}
.AnyTagClassName
{
color: #FB8328;
}
</style>
background-color css
<style>
a { background-color: #FB8328; }
a { background-color: rgb(251,131,40); }
div.DivClassName
{
background-color: #FB8328;
}
.BgClassName
{
background-color: #FB8328;
}
</style>
border-color css
<style>
span { border-color: #FB8328; }
span { border-color: rgb(251,131,40); }
td.TdClassName
{
border-color: #FB8328;
}
.TagClassName
{
border-color: #FB8328;
}
</style>