Shades of Pumpkin #FF7811
Tints of Pumpkin #FF7811
RGB
CMYK
RGB Variations
Color information
#FF7811 (or 0xFF7811) is known color: Pumpkin. HEX triplet: FF, 78 and 11. RGB value is (255,120,17). Sum of RGB (Red+Green+Blue) = 255+120+17=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7811 is #0087EE. Grayscale: #959595. Windows color (decimal): -34799 or 1145087. OLE color: 1145087.
HSL color Cylindrical-coordinate representation of color #FF7811: hue angle of 25.97º 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 #FF7811 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 17 | - |
| CMYK | 0 | 0.53 | 0.93 | 0 |
| HSL | 25.97º | 1% | 0.53% | - |
| HSV(B) | 25.97º | 0.93% | 1% | - |
| XYZ | 48.06 | 34.73 | 4.7 | - |
| YUV | 148.62 | 53.73 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 17 | 0 | 0.53 | 0.93 | 0 | 25.97 | 1 | 0.53 |
| Hex | FF | 78 | 11 | 0 | 35 | 5D | 0 | 1A | 64 | 35 |
| Octal | 377 | 170 | 21 | 0 | 65 | 135 | 0 | 32 | 144 | 65 |
| Binary | 11111111 | 1111000 | 10001 | 0 | 110101 | 1011101 | 0 | 11010 | 1100100 | 110101 |
Color Harmonies of #FF7811
Complementary color
Monochromatic Colors of #FF7811
Black with #FF7811
Text Example
Text Example
White with #FF7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7811; }
p { color: rgb(255,120,17); }
H1.HeaderClassName
{
color: #FF7811;
}
.AnyTagClassName
{
color: #FF7811;
}
</style>
background-color css
<style>
a { background-color: #FF7811; }
a { background-color: rgb(255,120,17); }
div.DivClassName
{
background-color: #FF7811;
}
.BgClassName
{
background-color: #FF7811;
}
</style>
border-color css
<style>
span { border-color: #FF7811; }
span { border-color: rgb(255,120,17); }
td.TdClassName
{
border-color: #FF7811;
}
.TagClassName
{
border-color: #FF7811;
}
</style>