Shades of Pumpkin #FF7911
Tints of Pumpkin #FF7911
RGB
CMYK
RGB Variations
Color information
#FF7911 (or 0xFF7911) is known color: Pumpkin. HEX triplet: FF, 79 and 11. RGB value is (255,121,17). Sum of RGB (Red+Green+Blue) = 255+121+17=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7911 is #0086EE. Grayscale: #959595. Windows color (decimal): -34543 or 1145343. OLE color: 1145343.
HSL color Cylindrical-coordinate representation of color #FF7911: hue angle of 26.22º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF7911 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 121 | 17 | - |
| CMYK | 0 | 0.53 | 0.93 | 0 |
| HSL | 26.22º | 1% | 0.53% | - |
| HSV(B) | 26.22º | 0.93% | 1% | - |
| XYZ | 48.18 | 34.98 | 4.74 | - |
| YUV | 149.21 | 53.39 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 121 | 17 | 0 | 0.53 | 0.93 | 0 | 26.22 | 1 | 0.53 |
| Hex | FF | 79 | 11 | 0 | 35 | 5D | 0 | 1A | 64 | 35 |
| Octal | 377 | 171 | 21 | 0 | 65 | 135 | 0 | 32 | 144 | 65 |
| Binary | 11111111 | 1111001 | 10001 | 0 | 110101 | 1011101 | 0 | 11010 | 1100100 | 110101 |
Color Harmonies of #FF7911
Complementary color
Monochromatic Colors of #FF7911
Black with #FF7911
Text Example
Text Example
White with #FF7911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7911; }
p { color: rgb(255,121,17); }
H1.HeaderClassName
{
color: #FF7911;
}
.AnyTagClassName
{
color: #FF7911;
}
</style>
background-color css
<style>
a { background-color: #FF7911; }
a { background-color: rgb(255,121,17); }
div.DivClassName
{
background-color: #FF7911;
}
.BgClassName
{
background-color: #FF7911;
}
</style>
border-color css
<style>
span { border-color: #FF7911; }
span { border-color: rgb(255,121,17); }
td.TdClassName
{
border-color: #FF7911;
}
.TagClassName
{
border-color: #FF7911;
}
</style>