Shades of Pumpkin #FF7710
Tints of Pumpkin #FF7710
RGB
CMYK
RGB Variations
Color information
#FF7710 (or 0xFF7710) is known color: Pumpkin. HEX triplet: FF, 77 and 10. RGB value is (255,119,16). Sum of RGB (Red+Green+Blue) = 255+119+16=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7710 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7710 is #0088EF. Grayscale: #949494. Windows color (decimal): -35056 or 1079295. OLE color: 1079295.
HSL color Cylindrical-coordinate representation of color #FF7710: hue angle of 25.86º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF7710 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 16 | - |
| CMYK | 0 | 0.53 | 0.94 | 0 |
| HSL | 25.86º | 1% | 0.53% | - |
| HSV(B) | 25.86º | 0.94% | 1% | - |
| XYZ | 47.93 | 34.49 | 4.62 | - |
| YUV | 147.92 | 53.56 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 16 | 0 | 0.53 | 0.94 | 0 | 25.86 | 1 | 0.53 |
| Hex | FF | 77 | 10 | 0 | 35 | 5E | 0 | 1A | 64 | 35 |
| Octal | 377 | 167 | 20 | 0 | 65 | 136 | 0 | 32 | 144 | 65 |
| Binary | 11111111 | 1110111 | 10000 | 0 | 110101 | 1011110 | 0 | 11010 | 1100100 | 110101 |
Color Harmonies of #FF7710
Complementary color
Monochromatic Colors of #FF7710
Black with #FF7710
Text Example
Text Example
White with #FF7710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7710; }
p { color: rgb(255,119,16); }
H1.HeaderClassName
{
color: #FF7710;
}
.AnyTagClassName
{
color: #FF7710;
}
</style>
background-color css
<style>
a { background-color: #FF7710; }
a { background-color: rgb(255,119,16); }
div.DivClassName
{
background-color: #FF7710;
}
.BgClassName
{
background-color: #FF7710;
}
</style>
border-color css
<style>
span { border-color: #FF7710; }
span { border-color: rgb(255,119,16); }
td.TdClassName
{
border-color: #FF7710;
}
.TagClassName
{
border-color: #FF7710;
}
</style>