Shades of Pumpkin #FB7B0A
Tints of Pumpkin #FB7B0A
RGB
CMYK
RGB Variations
Color information
#FB7B0A (or 0xFB7B0A) is known color: Pumpkin. HEX triplet: FB, 7B and 0A. RGB value is (251,123,10). Sum of RGB (Red+Green+Blue) = 251+123+10=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7B0A is #0484F5. Grayscale: #949494. Windows color (decimal): -296182 or 687099. OLE color: 687099.
HSL color Cylindrical-coordinate representation of color #FB7B0A: hue angle of 28.13º 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 #FB7B0A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 10 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.02 |
| HSL | 28.13º | 0.97% | 0.51% | - |
| HSV(B) | 28.13º | 0.96% | 0.98% | - |
| XYZ | 46.92 | 34.7 | 4.51 | - |
| YUV | 148.39 | 49.91 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 10 | 0 | 0.51 | 0.96 | 0.02 | 28.13 | 0.97 | 0.51 |
| Hex | FB | 7B | A | 0 | 33 | 60 | 2 | 1C | 61 | 33 |
| Octal | 373 | 173 | 12 | 0 | 63 | 140 | 2 | 34 | 141 | 63 |
| Binary | 11111011 | 1111011 | 1010 | 0 | 110011 | 1100000 | 10 | 11100 | 1100001 | 110011 |
Color Harmonies of #FB7B0A
Complementary color
Monochromatic Colors of #FB7B0A
Black with #FB7B0A
Text Example
Text Example
White with #FB7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B0A; }
p { color: rgb(251,123,10); }
H1.HeaderClassName
{
color: #FB7B0A;
}
.AnyTagClassName
{
color: #FB7B0A;
}
</style>
background-color css
<style>
a { background-color: #FB7B0A; }
a { background-color: rgb(251,123,10); }
div.DivClassName
{
background-color: #FB7B0A;
}
.BgClassName
{
background-color: #FB7B0A;
}
</style>
border-color css
<style>
span { border-color: #FB7B0A; }
span { border-color: rgb(251,123,10); }
td.TdClassName
{
border-color: #FB7B0A;
}
.TagClassName
{
border-color: #FB7B0A;
}
</style>