Shades of Pumpkin #FB8119
Tints of Pumpkin #FB8119
RGB
CMYK
RGB Variations
Color information
#FB8119 (or 0xFB8119) is known color: Pumpkin. HEX triplet: FB, 81 and 19. RGB value is (251,129,25). Sum of RGB (Red+Green+Blue) = 251+129+25=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8119 is #047EE6. Grayscale: #9A9A9A. Windows color (decimal): -294631 or 1671675. OLE color: 1671675.
HSL color Cylindrical-coordinate representation of color #FB8119: hue angle of 27.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB8119 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 25 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.02 |
| HSL | 27.61º | 0.97% | 0.54% | - |
| HSV(B) | 27.61º | 0.9% | 0.98% | - |
| XYZ | 47.81 | 36.28 | 5.4 | - |
| YUV | 153.62 | 55.42 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 25 | 0 | 0.49 | 0.90 | 0.02 | 27.61 | 0.97 | 0.54 |
| Hex | FB | 81 | 19 | 0 | 31 | 5A | 2 | 1C | 61 | 36 |
| Octal | 373 | 201 | 31 | 0 | 61 | 132 | 2 | 34 | 141 | 66 |
| Binary | 11111011 | 10000001 | 11001 | 0 | 110001 | 1011010 | 10 | 11100 | 1100001 | 110110 |
Color Harmonies of #FB8119
Complementary color
Monochromatic Colors of #FB8119
Black with #FB8119
Text Example
Text Example
White with #FB8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8119; }
p { color: rgb(251,129,25); }
H1.HeaderClassName
{
color: #FB8119;
}
.AnyTagClassName
{
color: #FB8119;
}
</style>
background-color css
<style>
a { background-color: #FB8119; }
a { background-color: rgb(251,129,25); }
div.DivClassName
{
background-color: #FB8119;
}
.BgClassName
{
background-color: #FB8119;
}
</style>
border-color css
<style>
span { border-color: #FB8119; }
span { border-color: rgb(251,129,25); }
td.TdClassName
{
border-color: #FB8119;
}
.TagClassName
{
border-color: #FB8119;
}
</style>