Shades of Pumpkin #FF761E
Tints of Pumpkin #FF761E
RGB
CMYK
RGB Variations
Color information
#FF761E (or 0xFF761E) is known color: Pumpkin. HEX triplet: FF, 76 and 1E. RGB value is (255,118,30). Sum of RGB (Red+Green+Blue) = 255+118+30=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF761E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF761E is #0089E1. Grayscale: #959595. Windows color (decimal): -35298 or 1996543. OLE color: 1996543.
HSL color Cylindrical-coordinate representation of color #FF761E: hue angle of 23.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF761E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 30 | - |
| CMYK | 0 | 0.54 | 0.88 | 0 |
| HSL | 23.47º | 1% | 0.56% | - |
| HSV(B) | 23.47º | 0.88% | 1% | - |
| XYZ | 47.95 | 34.31 | 5.32 | - |
| YUV | 148.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 30 | 0 | 0.54 | 0.88 | 0 | 23.47 | 1 | 0.56 |
| Hex | FF | 76 | 1E | 0 | 36 | 58 | 0 | 17 | 64 | 38 |
| Octal | 377 | 166 | 36 | 0 | 66 | 130 | 0 | 27 | 144 | 70 |
| Binary | 11111111 | 1110110 | 11110 | 0 | 110110 | 1011000 | 0 | 10111 | 1100100 | 111000 |
Color Harmonies of #FF761E
Complementary color
Monochromatic Colors of #FF761E
Black with #FF761E
Text Example
Text Example
White with #FF761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF761E; }
p { color: rgb(255,118,30); }
H1.HeaderClassName
{
color: #FF761E;
}
.AnyTagClassName
{
color: #FF761E;
}
</style>
background-color css
<style>
a { background-color: #FF761E; }
a { background-color: rgb(255,118,30); }
div.DivClassName
{
background-color: #FF761E;
}
.BgClassName
{
background-color: #FF761E;
}
</style>
border-color css
<style>
span { border-color: #FF761E; }
span { border-color: rgb(255,118,30); }
td.TdClassName
{
border-color: #FF761E;
}
.TagClassName
{
border-color: #FF761E;
}
</style>