Shades of Pumpkin #FB760C
Tints of Pumpkin #FB760C
RGB
CMYK
RGB Variations
Color information
#FB760C (or 0xFB760C) is known color: Pumpkin. HEX triplet: FB, 76 and 0C. RGB value is (251,118,12). Sum of RGB (Red+Green+Blue) = 251+118+12=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB760C is #0489F3. Grayscale: #929292. Windows color (decimal): -297460 or 816891. OLE color: 816891.
HSL color Cylindrical-coordinate representation of color #FB760C: hue angle of 26.61º 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 #FB760C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.02 |
| HSL | 26.61º | 0.97% | 0.52% | - |
| HSV(B) | 26.61º | 0.95% | 0.98% | - |
| XYZ | 46.33 | 33.49 | 4.37 | - |
| YUV | 145.68 | 52.56 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 12 | 0 | 0.53 | 0.95 | 0.02 | 26.61 | 0.97 | 0.52 |
| Hex | FB | 76 | C | 0 | 35 | 5F | 2 | 1B | 61 | 34 |
| Octal | 373 | 166 | 14 | 0 | 65 | 137 | 2 | 33 | 141 | 64 |
| Binary | 11111011 | 1110110 | 1100 | 0 | 110101 | 1011111 | 10 | 11011 | 1100001 | 110100 |
Color Harmonies of #FB760C
Complementary color
Monochromatic Colors of #FB760C
Black with #FB760C
Text Example
Text Example
White with #FB760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB760C; }
p { color: rgb(251,118,12); }
H1.HeaderClassName
{
color: #FB760C;
}
.AnyTagClassName
{
color: #FB760C;
}
</style>
background-color css
<style>
a { background-color: #FB760C; }
a { background-color: rgb(251,118,12); }
div.DivClassName
{
background-color: #FB760C;
}
.BgClassName
{
background-color: #FB760C;
}
</style>
border-color css
<style>
span { border-color: #FB760C; }
span { border-color: rgb(251,118,12); }
td.TdClassName
{
border-color: #FB760C;
}
.TagClassName
{
border-color: #FB760C;
}
</style>