Shades of Pumpkin #FB7224
Tints of Pumpkin #FB7224
RGB
CMYK
RGB Variations
Color information
#FB7224 (or 0xFB7224) is known color: Pumpkin. HEX triplet: FB, 72 and 24. RGB value is (251,114,36). Sum of RGB (Red+Green+Blue) = 251+114+36=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7224 is #048DDB. Grayscale: #929292. Windows color (decimal): -298460 or 2388731. OLE color: 2388731.
HSL color Cylindrical-coordinate representation of color #FB7224: hue angle of 21.77º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB7224 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 36 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.02 |
| HSL | 21.77º | 0.96% | 0.56% | - |
| HSV(B) | 21.77º | 0.86% | 0.98% | - |
| XYZ | 46.12 | 32.67 | 5.54 | - |
| YUV | 146.07 | 65.89 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 36 | 0 | 0.55 | 0.86 | 0.02 | 21.77 | 0.96 | 0.56 |
| Hex | FB | 72 | 24 | 0 | 37 | 56 | 2 | 16 | 60 | 38 |
| Octal | 373 | 162 | 44 | 0 | 67 | 126 | 2 | 26 | 140 | 70 |
| Binary | 11111011 | 1110010 | 100100 | 0 | 110111 | 1010110 | 10 | 10110 | 1100000 | 111000 |
Color Harmonies of #FB7224
Complementary color
Monochromatic Colors of #FB7224
Black with #FB7224
Text Example
Text Example
White with #FB7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7224; }
p { color: rgb(251,114,36); }
H1.HeaderClassName
{
color: #FB7224;
}
.AnyTagClassName
{
color: #FB7224;
}
</style>
background-color css
<style>
a { background-color: #FB7224; }
a { background-color: rgb(251,114,36); }
div.DivClassName
{
background-color: #FB7224;
}
.BgClassName
{
background-color: #FB7224;
}
</style>
border-color css
<style>
span { border-color: #FB7224; }
span { border-color: rgb(251,114,36); }
td.TdClassName
{
border-color: #FB7224;
}
.TagClassName
{
border-color: #FB7224;
}
</style>