Shades of Pumpkin #FB7B0C
Tints of Pumpkin #FB7B0C
RGB
CMYK
RGB Variations
Color information
#FB7B0C (or 0xFB7B0C) is known color: Pumpkin. HEX triplet: FB, 7B and 0C. RGB value is (251,123,12). Sum of RGB (Red+Green+Blue) = 251+123+12=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 12 (5.08% from 255 or 3.11% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7B0C is #0484F3. Grayscale: #959595. Windows color (decimal): -296180 or 818171. OLE color: 818171.
HSL color Cylindrical-coordinate representation of color #FB7B0C: hue angle of 27.87º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB7B0C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.02 |
| HSL | 27.87º | 0.97% | 0.52% | - |
| HSV(B) | 27.87º | 0.95% | 0.98% | - |
| XYZ | 46.93 | 34.7 | 4.57 | - |
| YUV | 148.62 | 50.91 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 12 | 0 | 0.51 | 0.95 | 0.02 | 27.87 | 0.97 | 0.52 |
| Hex | FB | 7B | C | 0 | 33 | 5F | 2 | 1C | 61 | 34 |
| Octal | 373 | 173 | 14 | 0 | 63 | 137 | 2 | 34 | 141 | 64 |
| Binary | 11111011 | 1111011 | 1100 | 0 | 110011 | 1011111 | 10 | 11100 | 1100001 | 110100 |
Color Harmonies of #FB7B0C
Complementary color
Monochromatic Colors of #FB7B0C
Black with #FB7B0C
Text Example
Text Example
White with #FB7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B0C; }
p { color: rgb(251,123,12); }
H1.HeaderClassName
{
color: #FB7B0C;
}
.AnyTagClassName
{
color: #FB7B0C;
}
</style>
background-color css
<style>
a { background-color: #FB7B0C; }
a { background-color: rgb(251,123,12); }
div.DivClassName
{
background-color: #FB7B0C;
}
.BgClassName
{
background-color: #FB7B0C;
}
</style>
border-color css
<style>
span { border-color: #FB7B0C; }
span { border-color: rgb(251,123,12); }
td.TdClassName
{
border-color: #FB7B0C;
}
.TagClassName
{
border-color: #FB7B0C;
}
</style>