Shades of Pumpkin #FF7411
Tints of Pumpkin #FF7411
RGB
CMYK
RGB Variations
Color information
#FF7411 (or 0xFF7411) is known color: Pumpkin. HEX triplet: FF, 74 and 11. RGB value is (255,116,17). Sum of RGB (Red+Green+Blue) = 255+116+17=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7411 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7411 is #008BEE. Grayscale: #929292. Windows color (decimal): -35823 or 1144063. OLE color: 1144063.
HSL color Cylindrical-coordinate representation of color #FF7411: hue angle of 24.96º 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 #FF7411 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 17 | - |
| CMYK | 0 | 0.55 | 0.93 | 0 |
| HSL | 24.96º | 1% | 0.53% | - |
| HSV(B) | 24.96º | 0.93% | 1% | - |
| XYZ | 47.59 | 33.79 | 4.54 | - |
| YUV | 146.28 | 55.05 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 17 | 0 | 0.55 | 0.93 | 0 | 24.96 | 1 | 0.53 |
| Hex | FF | 74 | 11 | 0 | 37 | 5D | 0 | 19 | 64 | 35 |
| Octal | 377 | 164 | 21 | 0 | 67 | 135 | 0 | 31 | 144 | 65 |
| Binary | 11111111 | 1110100 | 10001 | 0 | 110111 | 1011101 | 0 | 11001 | 1100100 | 110101 |
Color Harmonies of #FF7411
Complementary color
Monochromatic Colors of #FF7411
Black with #FF7411
Text Example
Text Example
White with #FF7411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7411; }
p { color: rgb(255,116,17); }
H1.HeaderClassName
{
color: #FF7411;
}
.AnyTagClassName
{
color: #FF7411;
}
</style>
background-color css
<style>
a { background-color: #FF7411; }
a { background-color: rgb(255,116,17); }
div.DivClassName
{
background-color: #FF7411;
}
.BgClassName
{
background-color: #FF7411;
}
</style>
border-color css
<style>
span { border-color: #FF7411; }
span { border-color: rgb(255,116,17); }
td.TdClassName
{
border-color: #FF7411;
}
.TagClassName
{
border-color: #FF7411;
}
</style>