Shades of Pumpkin #FF7410
Tints of Pumpkin #FF7410
RGB
CMYK
RGB Variations
Color information
#FF7410 (or 0xFF7410) is known color: Pumpkin. HEX triplet: FF, 74 and 10. RGB value is (255,116,16). Sum of RGB (Red+Green+Blue) = 255+116+16=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7410 is #008BEF. Grayscale: #929292. Windows color (decimal): -35824 or 1078527. OLE color: 1078527.
HSL color Cylindrical-coordinate representation of color #FF7410: hue angle of 25.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF7410 is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 16 | - |
| CMYK | 0 | 0.55 | 0.94 | 0 |
| HSL | 25.1º | 1% | 0.53% | - |
| HSV(B) | 25.1º | 0.94% | 1% | - |
| XYZ | 47.58 | 33.79 | 4.5 | - |
| YUV | 146.16 | 54.55 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 16 | 0 | 0.55 | 0.94 | 0 | 25.1 | 1 | 0.53 |
| Hex | FF | 74 | 10 | 0 | 37 | 5E | 0 | 19 | 64 | 35 |
| Octal | 377 | 164 | 20 | 0 | 67 | 136 | 0 | 31 | 144 | 65 |
| Binary | 11111111 | 1110100 | 10000 | 0 | 110111 | 1011110 | 0 | 11001 | 1100100 | 110101 |
Color Harmonies of #FF7410
Complementary color
Monochromatic Colors of #FF7410
Black with #FF7410
Text Example
Text Example
White with #FF7410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7410; }
p { color: rgb(255,116,16); }
H1.HeaderClassName
{
color: #FF7410;
}
.AnyTagClassName
{
color: #FF7410;
}
</style>
background-color css
<style>
a { background-color: #FF7410; }
a { background-color: rgb(255,116,16); }
div.DivClassName
{
background-color: #FF7410;
}
.BgClassName
{
background-color: #FF7410;
}
</style>
border-color css
<style>
span { border-color: #FF7410; }
span { border-color: rgb(255,116,16); }
td.TdClassName
{
border-color: #FF7410;
}
.TagClassName
{
border-color: #FF7410;
}
</style>