Shades of Pumpkin #FB7319
Tints of Pumpkin #FB7319
RGB
CMYK
RGB Variations
Color information
#FB7319 (or 0xFB7319) is known color: Pumpkin. HEX triplet: FB, 73 and 19. RGB value is (251,115,25). Sum of RGB (Red+Green+Blue) = 251+115+25=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7319 is #048CE6. Grayscale: #919191. Windows color (decimal): -298215 or 1668091. OLE color: 1668091.
HSL color Cylindrical-coordinate representation of color #FB7319: hue angle of 23.89º 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 #FB7319 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 25 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.02 |
| HSL | 23.89º | 0.97% | 0.54% | - |
| HSV(B) | 23.89º | 0.9% | 0.98% | - |
| XYZ | 46.09 | 32.84 | 4.83 | - |
| YUV | 145.4 | 60.06 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 25 | 0 | 0.54 | 0.90 | 0.02 | 23.89 | 0.97 | 0.54 |
| Hex | FB | 73 | 19 | 0 | 36 | 5A | 2 | 18 | 61 | 36 |
| Octal | 373 | 163 | 31 | 0 | 66 | 132 | 2 | 30 | 141 | 66 |
| Binary | 11111011 | 1110011 | 11001 | 0 | 110110 | 1011010 | 10 | 11000 | 1100001 | 110110 |
Color Harmonies of #FB7319
Complementary color
Monochromatic Colors of #FB7319
Black with #FB7319
Text Example
Text Example
White with #FB7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7319; }
p { color: rgb(251,115,25); }
H1.HeaderClassName
{
color: #FB7319;
}
.AnyTagClassName
{
color: #FB7319;
}
</style>
background-color css
<style>
a { background-color: #FB7319; }
a { background-color: rgb(251,115,25); }
div.DivClassName
{
background-color: #FB7319;
}
.BgClassName
{
background-color: #FB7319;
}
</style>
border-color css
<style>
span { border-color: #FB7319; }
span { border-color: rgb(251,115,25); }
td.TdClassName
{
border-color: #FB7319;
}
.TagClassName
{
border-color: #FB7319;
}
</style>