Shades of Pumpkin #FB711B
Tints of Pumpkin #FB711B
RGB
CMYK
RGB Variations
Color information
#FB711B (or 0xFB711B) is known color: Pumpkin. HEX triplet: FB, 71 and 1B. RGB value is (251,113,27). Sum of RGB (Red+Green+Blue) = 251+113+27=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB711B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB711B is #048EE4. Grayscale: #909090. Windows color (decimal): -298725 or 1798651. OLE color: 1798651.
HSL color Cylindrical-coordinate representation of color #FB711B: hue angle of 23.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB711B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 27 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.02 |
| HSL | 23.04º | 0.97% | 0.55% | - |
| HSV(B) | 23.04º | 0.89% | 0.98% | - |
| XYZ | 45.89 | 32.4 | 4.87 | - |
| YUV | 144.46 | 61.72 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 27 | 0 | 0.55 | 0.89 | 0.02 | 23.04 | 0.97 | 0.55 |
| Hex | FB | 71 | 1B | 0 | 37 | 59 | 2 | 17 | 61 | 37 |
| Octal | 373 | 161 | 33 | 0 | 67 | 131 | 2 | 27 | 141 | 67 |
| Binary | 11111011 | 1110001 | 11011 | 0 | 110111 | 1011001 | 10 | 10111 | 1100001 | 110111 |
Color Harmonies of #FB711B
Complementary color
Monochromatic Colors of #FB711B
Black with #FB711B
Text Example
Text Example
White with #FB711B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB711B; }
p { color: rgb(251,113,27); }
H1.HeaderClassName
{
color: #FB711B;
}
.AnyTagClassName
{
color: #FB711B;
}
</style>
background-color css
<style>
a { background-color: #FB711B; }
a { background-color: rgb(251,113,27); }
div.DivClassName
{
background-color: #FB711B;
}
.BgClassName
{
background-color: #FB711B;
}
</style>
border-color css
<style>
span { border-color: #FB711B; }
span { border-color: rgb(251,113,27); }
td.TdClassName
{
border-color: #FB711B;
}
.TagClassName
{
border-color: #FB711B;
}
</style>