Shades of Pumpkin #FB760D
Tints of Pumpkin #FB760D
RGB
CMYK
RGB Variations
Color information
#FB760D (or 0xFB760D) is known color: Pumpkin. HEX triplet: FB, 76 and 0D. RGB value is (251,118,13). Sum of RGB (Red+Green+Blue) = 251+118+13=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB760D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB760D is #0489F2. Grayscale: #929292. Windows color (decimal): -297459 or 882427. OLE color: 882427.
HSL color Cylindrical-coordinate representation of color #FB760D: hue angle of 26.47º 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 #FB760D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 118 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.02 |
| HSL | 26.47º | 0.97% | 0.52% | - |
| HSV(B) | 26.47º | 0.95% | 0.98% | - |
| XYZ | 46.33 | 33.5 | 4.4 | - |
| YUV | 145.8 | 53.06 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 118 | 13 | 0 | 0.53 | 0.95 | 0.02 | 26.47 | 0.97 | 0.52 |
| Hex | FB | 76 | D | 0 | 35 | 5F | 2 | 1A | 61 | 34 |
| Octal | 373 | 166 | 15 | 0 | 65 | 137 | 2 | 32 | 141 | 64 |
| Binary | 11111011 | 1110110 | 1101 | 0 | 110101 | 1011111 | 10 | 11010 | 1100001 | 110100 |
Color Harmonies of #FB760D
Complementary color
Monochromatic Colors of #FB760D
Black with #FB760D
Text Example
Text Example
White with #FB760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB760D; }
p { color: rgb(251,118,13); }
H1.HeaderClassName
{
color: #FB760D;
}
.AnyTagClassName
{
color: #FB760D;
}
</style>
background-color css
<style>
a { background-color: #FB760D; }
a { background-color: rgb(251,118,13); }
div.DivClassName
{
background-color: #FB760D;
}
.BgClassName
{
background-color: #FB760D;
}
</style>
border-color css
<style>
span { border-color: #FB760D; }
span { border-color: rgb(251,118,13); }
td.TdClassName
{
border-color: #FB760D;
}
.TagClassName
{
border-color: #FB760D;
}
</style>