Shades of Pumpkin #FB7B0B
Tints of Pumpkin #FB7B0B
RGB
CMYK
RGB Variations
Color information
#FB7B0B (or 0xFB7B0B) is known color: Pumpkin. HEX triplet: FB, 7B and 0B. RGB value is (251,123,11). Sum of RGB (Red+Green+Blue) = 251+123+11=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7B0B is #0484F4. Grayscale: #959595. Windows color (decimal): -296181 or 752635. OLE color: 752635.
HSL color Cylindrical-coordinate representation of color #FB7B0B: hue angle of 28º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB7B0B is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 11 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.02 |
| HSL | 28º | 0.97% | 0.51% | - |
| HSV(B) | 28º | 0.96% | 0.98% | - |
| XYZ | 46.93 | 34.7 | 4.54 | - |
| YUV | 148.5 | 50.41 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 11 | 0 | 0.51 | 0.96 | 0.02 | 28 | 0.97 | 0.51 |
| Hex | FB | 7B | B | 0 | 33 | 60 | 2 | 1C | 61 | 33 |
| Octal | 373 | 173 | 13 | 0 | 63 | 140 | 2 | 34 | 141 | 63 |
| Binary | 11111011 | 1111011 | 1011 | 0 | 110011 | 1100000 | 10 | 11100 | 1100001 | 110011 |
Color Harmonies of #FB7B0B
Complementary color
Monochromatic Colors of #FB7B0B
Black with #FB7B0B
Text Example
Text Example
White with #FB7B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B0B; }
p { color: rgb(251,123,11); }
H1.HeaderClassName
{
color: #FB7B0B;
}
.AnyTagClassName
{
color: #FB7B0B;
}
</style>
background-color css
<style>
a { background-color: #FB7B0B; }
a { background-color: rgb(251,123,11); }
div.DivClassName
{
background-color: #FB7B0B;
}
.BgClassName
{
background-color: #FB7B0B;
}
</style>
border-color css
<style>
span { border-color: #FB7B0B; }
span { border-color: rgb(251,123,11); }
td.TdClassName
{
border-color: #FB7B0B;
}
.TagClassName
{
border-color: #FB7B0B;
}
</style>