Shades of Pumpkin #FB8519
Tints of Pumpkin #FB8519
RGB
CMYK
RGB Variations
Color information
#FB8519 (or 0xFB8519) is known color: Pumpkin. HEX triplet: FB, 85 and 19. RGB value is (251,133,25). Sum of RGB (Red+Green+Blue) = 251+133+25=409 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.37% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8519 is #047AE6. Grayscale: #9C9C9C. Windows color (decimal): -293607 or 1672699. OLE color: 1672699.
HSL color Cylindrical-coordinate representation of color #FB8519: hue angle of 28.67º 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 #FB8519 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 25 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.02 |
| HSL | 28.67º | 0.97% | 0.54% | - |
| HSV(B) | 28.67º | 0.9% | 0.98% | - |
| XYZ | 48.35 | 37.35 | 5.58 | - |
| YUV | 155.97 | 54.09 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 25 | 0 | 0.47 | 0.90 | 0.02 | 28.67 | 0.97 | 0.54 |
| Hex | FB | 85 | 19 | 0 | 2F | 5A | 2 | 1D | 61 | 36 |
| Octal | 373 | 205 | 31 | 0 | 57 | 132 | 2 | 35 | 141 | 66 |
| Binary | 11111011 | 10000101 | 11001 | 0 | 101111 | 1011010 | 10 | 11101 | 1100001 | 110110 |
Color Harmonies of #FB8519
Complementary color
Monochromatic Colors of #FB8519
Black with #FB8519
Text Example
Text Example
White with #FB8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8519; }
p { color: rgb(251,133,25); }
H1.HeaderClassName
{
color: #FB8519;
}
.AnyTagClassName
{
color: #FB8519;
}
</style>
background-color css
<style>
a { background-color: #FB8519; }
a { background-color: rgb(251,133,25); }
div.DivClassName
{
background-color: #FB8519;
}
.BgClassName
{
background-color: #FB8519;
}
</style>
border-color css
<style>
span { border-color: #FB8519; }
span { border-color: rgb(251,133,25); }
td.TdClassName
{
border-color: #FB8519;
}
.TagClassName
{
border-color: #FB8519;
}
</style>