Shades of Pumpkin #FB7110
Tints of Pumpkin #FB7110
RGB
CMYK
RGB Variations
Color information
#FB7110 (or 0xFB7110) is known color: Pumpkin. HEX triplet: FB, 71 and 10. RGB value is (251,113,16). Sum of RGB (Red+Green+Blue) = 251+113+16=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7110 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7110 is #048EEF. Grayscale: #8F8F8F. Windows color (decimal): -298736 or 1077755. OLE color: 1077755.
HSL color Cylindrical-coordinate representation of color #FB7110: hue angle of 24.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB7110 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 113 | 16 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.02 |
| HSL | 24.77º | 0.97% | 0.52% | - |
| HSV(B) | 24.77º | 0.94% | 0.98% | - |
| XYZ | 45.78 | 32.36 | 4.32 | - |
| YUV | 143.2 | 56.22 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 113 | 16 | 0 | 0.55 | 0.94 | 0.02 | 24.77 | 0.97 | 0.52 |
| Hex | FB | 71 | 10 | 0 | 37 | 5E | 2 | 19 | 61 | 34 |
| Octal | 373 | 161 | 20 | 0 | 67 | 136 | 2 | 31 | 141 | 64 |
| Binary | 11111011 | 1110001 | 10000 | 0 | 110111 | 1011110 | 10 | 11001 | 1100001 | 110100 |
Color Harmonies of #FB7110
Complementary color
Monochromatic Colors of #FB7110
Black with #FB7110
Text Example
Text Example
White with #FB7110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7110; }
p { color: rgb(251,113,16); }
H1.HeaderClassName
{
color: #FB7110;
}
.AnyTagClassName
{
color: #FB7110;
}
</style>
background-color css
<style>
a { background-color: #FB7110; }
a { background-color: rgb(251,113,16); }
div.DivClassName
{
background-color: #FB7110;
}
.BgClassName
{
background-color: #FB7110;
}
</style>
border-color css
<style>
span { border-color: #FB7110; }
span { border-color: rgb(251,113,16); }
td.TdClassName
{
border-color: #FB7110;
}
.TagClassName
{
border-color: #FB7110;
}
</style>