Shades of Pumpkin #FB8315
Tints of Pumpkin #FB8315
RGB
CMYK
RGB Variations
Color information
#FB8315 (or 0xFB8315) is known color: Pumpkin. HEX triplet: FB, 83 and 15. RGB value is (251,131,21). Sum of RGB (Red+Green+Blue) = 251+131+21=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8315 is #047CEA. Grayscale: #9A9A9A. Windows color (decimal): -294123 or 1410043. OLE color: 1410043.
HSL color Cylindrical-coordinate representation of color #FB8315: hue angle of 28.7º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB8315 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 21 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.02 |
| HSL | 28.7º | 0.97% | 0.53% | - |
| HSV(B) | 28.7º | 0.92% | 0.98% | - |
| XYZ | 48.04 | 36.8 | 5.28 | - |
| YUV | 154.34 | 52.76 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 21 | 0 | 0.48 | 0.92 | 0.02 | 28.7 | 0.97 | 0.53 |
| Hex | FB | 83 | 15 | 0 | 30 | 5C | 2 | 1D | 61 | 35 |
| Octal | 373 | 203 | 25 | 0 | 60 | 134 | 2 | 35 | 141 | 65 |
| Binary | 11111011 | 10000011 | 10101 | 0 | 110000 | 1011100 | 10 | 11101 | 1100001 | 110101 |
Color Harmonies of #FB8315
Complementary color
Monochromatic Colors of #FB8315
Black with #FB8315
Text Example
Text Example
White with #FB8315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8315; }
p { color: rgb(251,131,21); }
H1.HeaderClassName
{
color: #FB8315;
}
.AnyTagClassName
{
color: #FB8315;
}
</style>
background-color css
<style>
a { background-color: #FB8315; }
a { background-color: rgb(251,131,21); }
div.DivClassName
{
background-color: #FB8315;
}
.BgClassName
{
background-color: #FB8315;
}
</style>
border-color css
<style>
span { border-color: #FB8315; }
span { border-color: rgb(251,131,21); }
td.TdClassName
{
border-color: #FB8315;
}
.TagClassName
{
border-color: #FB8315;
}
</style>