Shades of Pumpkin #FB8322
Tints of Pumpkin #FB8322
RGB
CMYK
RGB Variations
Color information
#FB8322 (or 0xFB8322) is known color: Pumpkin. HEX triplet: FB, 83 and 22. RGB value is (251,131,34). Sum of RGB (Red+Green+Blue) = 251+131+34=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 34 (13.67% from 255 or 8.17% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8322 is #047CDD. Grayscale: #9C9C9C. Windows color (decimal): -294110 or 2262011. OLE color: 2262011.
HSL color Cylindrical-coordinate representation of color #FB8322: hue angle of 26.82º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB8322 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 34 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.02 |
| HSL | 26.82º | 0.96% | 0.56% | - |
| HSV(B) | 26.82º | 0.86% | 0.98% | - |
| XYZ | 48.19 | 36.86 | 6.09 | - |
| YUV | 155.82 | 59.26 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 34 | 0 | 0.48 | 0.86 | 0.02 | 26.82 | 0.96 | 0.56 |
| Hex | FB | 83 | 22 | 0 | 30 | 56 | 2 | 1B | 60 | 38 |
| Octal | 373 | 203 | 42 | 0 | 60 | 126 | 2 | 33 | 140 | 70 |
| Binary | 11111011 | 10000011 | 100010 | 0 | 110000 | 1010110 | 10 | 11011 | 1100000 | 111000 |
Color Harmonies of #FB8322
Complementary color
Monochromatic Colors of #FB8322
Black with #FB8322
Text Example
Text Example
White with #FB8322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8322; }
p { color: rgb(251,131,34); }
H1.HeaderClassName
{
color: #FB8322;
}
.AnyTagClassName
{
color: #FB8322;
}
</style>
background-color css
<style>
a { background-color: #FB8322; }
a { background-color: rgb(251,131,34); }
div.DivClassName
{
background-color: #FB8322;
}
.BgClassName
{
background-color: #FB8322;
}
</style>
border-color css
<style>
span { border-color: #FB8322; }
span { border-color: rgb(251,131,34); }
td.TdClassName
{
border-color: #FB8322;
}
.TagClassName
{
border-color: #FB8322;
}
</style>