Shades of Pumpkin #FB7A12
Tints of Pumpkin #FB7A12
RGB
CMYK
RGB Variations
Color information
#FB7A12 (or 0xFB7A12) is known color: Pumpkin. HEX triplet: FB, 7A and 12. RGB value is (251,122,18). Sum of RGB (Red+Green+Blue) = 251+122+18=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7A12 is #0485ED. Grayscale: #959595. Windows color (decimal): -296430 or 1211131. OLE color: 1211131.
HSL color Cylindrical-coordinate representation of color #FB7A12: hue angle of 26.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB7A12 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 18 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.02 |
| HSL | 26.78º | 0.97% | 0.53% | - |
| HSV(B) | 26.78º | 0.93% | 0.98% | - |
| XYZ | 46.85 | 34.47 | 4.76 | - |
| YUV | 148.72 | 54.24 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 18 | 0 | 0.51 | 0.93 | 0.02 | 26.78 | 0.97 | 0.53 |
| Hex | FB | 7A | 12 | 0 | 33 | 5D | 2 | 1B | 61 | 35 |
| Octal | 373 | 172 | 22 | 0 | 63 | 135 | 2 | 33 | 141 | 65 |
| Binary | 11111011 | 1111010 | 10010 | 0 | 110011 | 1011101 | 10 | 11011 | 1100001 | 110101 |
Color Harmonies of #FB7A12
Complementary color
Monochromatic Colors of #FB7A12
Black with #FB7A12
Text Example
Text Example
White with #FB7A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A12; }
p { color: rgb(251,122,18); }
H1.HeaderClassName
{
color: #FB7A12;
}
.AnyTagClassName
{
color: #FB7A12;
}
</style>
background-color css
<style>
a { background-color: #FB7A12; }
a { background-color: rgb(251,122,18); }
div.DivClassName
{
background-color: #FB7A12;
}
.BgClassName
{
background-color: #FB7A12;
}
</style>
border-color css
<style>
span { border-color: #FB7A12; }
span { border-color: rgb(251,122,18); }
td.TdClassName
{
border-color: #FB7A12;
}
.TagClassName
{
border-color: #FB7A12;
}
</style>