Shades of Pumpkin #FF760E
Tints of Pumpkin #FF760E
RGB
CMYK
RGB Variations
Color information
#FF760E (or 0xFF760E) is known color: Pumpkin. HEX triplet: FF, 76 and 0E. RGB value is (255,118,14). Sum of RGB (Red+Green+Blue) = 255+118+14=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF760E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF760E is #0089F1. Grayscale: #939393. Windows color (decimal): -35314 or 947967. OLE color: 947967.
HSL color Cylindrical-coordinate representation of color #FF760E: hue angle of 25.89º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF760E is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 14 | - |
| CMYK | 0 | 0.54 | 0.95 | 0 |
| HSL | 25.89º | 1% | 0.53% | - |
| HSV(B) | 25.89º | 0.95% | 1% | - |
| XYZ | 47.8 | 34.25 | 4.51 | - |
| YUV | 147.11 | 52.89 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 14 | 0 | 0.54 | 0.95 | 0 | 25.89 | 1 | 0.53 |
| Hex | FF | 76 | E | 0 | 36 | 5F | 0 | 1A | 64 | 35 |
| Octal | 377 | 166 | 16 | 0 | 66 | 137 | 0 | 32 | 144 | 65 |
| Binary | 11111111 | 1110110 | 1110 | 0 | 110110 | 1011111 | 0 | 11010 | 1100100 | 110101 |
Color Harmonies of #FF760E
Complementary color
Monochromatic Colors of #FF760E
Black with #FF760E
Text Example
Text Example
White with #FF760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF760E; }
p { color: rgb(255,118,14); }
H1.HeaderClassName
{
color: #FF760E;
}
.AnyTagClassName
{
color: #FF760E;
}
</style>
background-color css
<style>
a { background-color: #FF760E; }
a { background-color: rgb(255,118,14); }
div.DivClassName
{
background-color: #FF760E;
}
.BgClassName
{
background-color: #FF760E;
}
</style>
border-color css
<style>
span { border-color: #FF760E; }
span { border-color: rgb(255,118,14); }
td.TdClassName
{
border-color: #FF760E;
}
.TagClassName
{
border-color: #FF760E;
}
</style>