Shades of Pumpkin #FF7A0E
Tints of Pumpkin #FF7A0E
RGB
CMYK
RGB Variations
Color information
#FF7A0E (or 0xFF7A0E) is known color: Pumpkin. HEX triplet: FF, 7A and 0E. RGB value is (255,122,14). Sum of RGB (Red+Green+Blue) = 255+122+14=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7A0E is #0085F1. Grayscale: #969696. Windows color (decimal): -34290 or 948991. OLE color: 948991.
HSL color Cylindrical-coordinate representation of color #FF7A0E: hue angle of 26.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 #FF7A0E is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 14 | - |
| CMYK | 0 | 0.52 | 0.95 | 0 |
| HSL | 26.89º | 1% | 0.53% | - |
| HSV(B) | 26.89º | 0.95% | 1% | - |
| XYZ | 48.28 | 35.21 | 4.67 | - |
| YUV | 149.46 | 51.56 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 14 | 0 | 0.52 | 0.95 | 0 | 26.89 | 1 | 0.53 |
| Hex | FF | 7A | E | 0 | 34 | 5F | 0 | 1B | 64 | 35 |
| Octal | 377 | 172 | 16 | 0 | 64 | 137 | 0 | 33 | 144 | 65 |
| Binary | 11111111 | 1111010 | 1110 | 0 | 110100 | 1011111 | 0 | 11011 | 1100100 | 110101 |
Color Harmonies of #FF7A0E
Complementary color
Monochromatic Colors of #FF7A0E
Black with #FF7A0E
Text Example
Text Example
White with #FF7A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A0E; }
p { color: rgb(255,122,14); }
H1.HeaderClassName
{
color: #FF7A0E;
}
.AnyTagClassName
{
color: #FF7A0E;
}
</style>
background-color css
<style>
a { background-color: #FF7A0E; }
a { background-color: rgb(255,122,14); }
div.DivClassName
{
background-color: #FF7A0E;
}
.BgClassName
{
background-color: #FF7A0E;
}
</style>
border-color css
<style>
span { border-color: #FF7A0E; }
span { border-color: rgb(255,122,14); }
td.TdClassName
{
border-color: #FF7A0E;
}
.TagClassName
{
border-color: #FF7A0E;
}
</style>