Shades of Pumpkin #FB8115
Tints of Pumpkin #FB8115
RGB
CMYK
RGB Variations
Color information
#FB8115 (or 0xFB8115) is known color: Pumpkin. HEX triplet: FB, 81 and 15. RGB value is (251,129,21). Sum of RGB (Red+Green+Blue) = 251+129+21=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8115 is #047EEA. Grayscale: #999999. Windows color (decimal): -294635 or 1409531. OLE color: 1409531.
HSL color Cylindrical-coordinate representation of color #FB8115: hue angle of 28.17º 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 #FB8115 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 21 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.02 |
| HSL | 28.17º | 0.97% | 0.53% | - |
| HSV(B) | 28.17º | 0.92% | 0.98% | - |
| XYZ | 47.77 | 36.26 | 5.19 | - |
| YUV | 153.17 | 53.42 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 21 | 0 | 0.49 | 0.92 | 0.02 | 28.17 | 0.97 | 0.53 |
| Hex | FB | 81 | 15 | 0 | 31 | 5C | 2 | 1C | 61 | 35 |
| Octal | 373 | 201 | 25 | 0 | 61 | 134 | 2 | 34 | 141 | 65 |
| Binary | 11111011 | 10000001 | 10101 | 0 | 110001 | 1011100 | 10 | 11100 | 1100001 | 110101 |
Color Harmonies of #FB8115
Complementary color
Monochromatic Colors of #FB8115
Black with #FB8115
Text Example
Text Example
White with #FB8115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8115; }
p { color: rgb(251,129,21); }
H1.HeaderClassName
{
color: #FB8115;
}
.AnyTagClassName
{
color: #FB8115;
}
</style>
background-color css
<style>
a { background-color: #FB8115; }
a { background-color: rgb(251,129,21); }
div.DivClassName
{
background-color: #FB8115;
}
.BgClassName
{
background-color: #FB8115;
}
</style>
border-color css
<style>
span { border-color: #FB8115; }
span { border-color: rgb(251,129,21); }
td.TdClassName
{
border-color: #FB8115;
}
.TagClassName
{
border-color: #FB8115;
}
</style>