Shades of Pumpkin #FB8325
Tints of Pumpkin #FB8325
RGB
CMYK
RGB Variations
Color information
#FB8325 (or 0xFB8325) is known color: Pumpkin. HEX triplet: FB, 83 and 25. RGB value is (251,131,37). Sum of RGB (Red+Green+Blue) = 251+131+37=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 37 (14.84% from 255 or 8.83% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8325 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8325 is #047CDA. Grayscale: #9C9C9C. Windows color (decimal): -294107 or 2458619. OLE color: 2458619.
HSL color Cylindrical-coordinate representation of color #FB8325: hue angle of 26.36º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB8325 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 37 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.02 |
| HSL | 26.36º | 0.96% | 0.56% | - |
| HSV(B) | 26.36º | 0.85% | 0.98% | - |
| XYZ | 48.23 | 36.88 | 6.33 | - |
| YUV | 156.16 | 60.76 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 37 | 0 | 0.48 | 0.85 | 0.02 | 26.36 | 0.96 | 0.56 |
| Hex | FB | 83 | 25 | 0 | 30 | 55 | 2 | 1A | 60 | 38 |
| Octal | 373 | 203 | 45 | 0 | 60 | 125 | 2 | 32 | 140 | 70 |
| Binary | 11111011 | 10000011 | 100101 | 0 | 110000 | 1010101 | 10 | 11010 | 1100000 | 111000 |
Color Harmonies of #FB8325
Complementary color
Monochromatic Colors of #FB8325
Black with #FB8325
Text Example
Text Example
White with #FB8325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8325; }
p { color: rgb(251,131,37); }
H1.HeaderClassName
{
color: #FB8325;
}
.AnyTagClassName
{
color: #FB8325;
}
</style>
background-color css
<style>
a { background-color: #FB8325; }
a { background-color: rgb(251,131,37); }
div.DivClassName
{
background-color: #FB8325;
}
.BgClassName
{
background-color: #FB8325;
}
</style>
border-color css
<style>
span { border-color: #FB8325; }
span { border-color: rgb(251,131,37); }
td.TdClassName
{
border-color: #FB8325;
}
.TagClassName
{
border-color: #FB8325;
}
</style>