Shades of Pumpkin #FF760B
Tints of Pumpkin #FF760B
RGB
CMYK
RGB Variations
Color information
#FF760B (or 0xFF760B) is known color: Pumpkin. HEX triplet: FF, 76 and 0B. RGB value is (255,118,11). Sum of RGB (Red+Green+Blue) = 255+118+11=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF760B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF760B is #0089F4. Grayscale: #939393. Windows color (decimal): -35317 or 751359. OLE color: 751359.
HSL color Cylindrical-coordinate representation of color #FF760B: hue angle of 26.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF760B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 11 | - |
| CMYK | 0 | 0.54 | 0.96 | 0 |
| HSL | 26.31º | 1% | 0.52% | - |
| HSV(B) | 26.31º | 0.96% | 1% | - |
| XYZ | 47.78 | 34.24 | 4.41 | - |
| YUV | 146.77 | 51.39 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 11 | 0 | 0.54 | 0.96 | 0 | 26.31 | 1 | 0.52 |
| Hex | FF | 76 | B | 0 | 36 | 60 | 0 | 1A | 64 | 34 |
| Octal | 377 | 166 | 13 | 0 | 66 | 140 | 0 | 32 | 144 | 64 |
| Binary | 11111111 | 1110110 | 1011 | 0 | 110110 | 1100000 | 0 | 11010 | 1100100 | 110100 |
Color Harmonies of #FF760B
Complementary color
Monochromatic Colors of #FF760B
Black with #FF760B
Text Example
Text Example
White with #FF760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF760B; }
p { color: rgb(255,118,11); }
H1.HeaderClassName
{
color: #FF760B;
}
.AnyTagClassName
{
color: #FF760B;
}
</style>
background-color css
<style>
a { background-color: #FF760B; }
a { background-color: rgb(255,118,11); }
div.DivClassName
{
background-color: #FF760B;
}
.BgClassName
{
background-color: #FF760B;
}
</style>
border-color css
<style>
span { border-color: #FF760B; }
span { border-color: rgb(255,118,11); }
td.TdClassName
{
border-color: #FF760B;
}
.TagClassName
{
border-color: #FF760B;
}
</style>