Shades of Pumpkin #FB7326
Tints of Pumpkin #FB7326
RGB
CMYK
RGB Variations
Color information
#FB7326 (or 0xFB7326) is known color: Pumpkin. HEX triplet: FB, 73 and 26. RGB value is (251,115,38). Sum of RGB (Red+Green+Blue) = 251+115+38=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 115 (45.31% from 255 or 28.47% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7326 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7326 is #048CD9. Grayscale: #939393. Windows color (decimal): -298202 or 2520059. OLE color: 2520059.
HSL color Cylindrical-coordinate representation of color #FB7326: hue angle of 21.69º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB7326 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 115 | 38 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.02 |
| HSL | 21.69º | 0.96% | 0.57% | - |
| HSV(B) | 21.69º | 0.85% | 0.98% | - |
| XYZ | 46.26 | 32.91 | 5.75 | - |
| YUV | 146.89 | 66.56 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 115 | 38 | 0 | 0.54 | 0.85 | 0.02 | 21.69 | 0.96 | 0.57 |
| Hex | FB | 73 | 26 | 0 | 36 | 55 | 2 | 16 | 60 | 39 |
| Octal | 373 | 163 | 46 | 0 | 66 | 125 | 2 | 26 | 140 | 71 |
| Binary | 11111011 | 1110011 | 100110 | 0 | 110110 | 1010101 | 10 | 10110 | 1100000 | 111001 |
Color Harmonies of #FB7326
Complementary color
Monochromatic Colors of #FB7326
Black with #FB7326
Text Example
Text Example
White with #FB7326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7326; }
p { color: rgb(251,115,38); }
H1.HeaderClassName
{
color: #FB7326;
}
.AnyTagClassName
{
color: #FB7326;
}
</style>
background-color css
<style>
a { background-color: #FB7326; }
a { background-color: rgb(251,115,38); }
div.DivClassName
{
background-color: #FB7326;
}
.BgClassName
{
background-color: #FB7326;
}
</style>
border-color css
<style>
span { border-color: #FB7326; }
span { border-color: rgb(251,115,38); }
td.TdClassName
{
border-color: #FB7326;
}
.TagClassName
{
border-color: #FB7326;
}
</style>