Shades of Pumpkin #FF770B
Tints of Pumpkin #FF770B
RGB
CMYK
RGB Variations
Color information
#FF770B (or 0xFF770B) is known color: Pumpkin. HEX triplet: FF, 77 and 0B. RGB value is (255,119,11). Sum of RGB (Red+Green+Blue) = 255+119+11=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 11 (4.69% from 255 or 2.86% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF770B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF770B is #0088F4. Grayscale: #939393. Windows color (decimal): -35061 or 751615. OLE color: 751615.
HSL color Cylindrical-coordinate representation of color #FF770B: hue angle of 26.56º 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 #FF770B is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 11 | - |
| CMYK | 0 | 0.53 | 0.96 | 0 |
| HSL | 26.56º | 1% | 0.52% | - |
| HSV(B) | 26.56º | 0.96% | 1% | - |
| XYZ | 47.9 | 34.48 | 4.45 | - |
| YUV | 147.35 | 51.06 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 11 | 0 | 0.53 | 0.96 | 0 | 26.56 | 1 | 0.52 |
| Hex | FF | 77 | B | 0 | 35 | 60 | 0 | 1B | 64 | 34 |
| Octal | 377 | 167 | 13 | 0 | 65 | 140 | 0 | 33 | 144 | 64 |
| Binary | 11111111 | 1110111 | 1011 | 0 | 110101 | 1100000 | 0 | 11011 | 1100100 | 110100 |
Color Harmonies of #FF770B
Complementary color
Monochromatic Colors of #FF770B
Black with #FF770B
Text Example
Text Example
White with #FF770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF770B; }
p { color: rgb(255,119,11); }
H1.HeaderClassName
{
color: #FF770B;
}
.AnyTagClassName
{
color: #FF770B;
}
</style>
background-color css
<style>
a { background-color: #FF770B; }
a { background-color: rgb(255,119,11); }
div.DivClassName
{
background-color: #FF770B;
}
.BgClassName
{
background-color: #FF770B;
}
</style>
border-color css
<style>
span { border-color: #FF770B; }
span { border-color: rgb(255,119,11); }
td.TdClassName
{
border-color: #FF770B;
}
.TagClassName
{
border-color: #FF770B;
}
</style>