Shades of Pumpkin #FF7409
Tints of Pumpkin #FF7409
RGB
CMYK
RGB Variations
Color information
#FF7409 (or 0xFF7409) is known color: Pumpkin. HEX triplet: FF, 74 and 09. RGB value is (255,116,9). Sum of RGB (Red+Green+Blue) = 255+116+9=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF7409 is #008BF6. Grayscale: #919191. Windows color (decimal): -35831 or 619775. OLE color: 619775.
HSL color Cylindrical-coordinate representation of color #FF7409: hue angle of 26.1º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF7409 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 9 | - |
| CMYK | 0 | 0.55 | 0.96 | 0 |
| HSL | 26.1º | 1% | 0.52% | - |
| HSV(B) | 26.1º | 0.96% | 1% | - |
| XYZ | 47.53 | 33.77 | 4.27 | - |
| YUV | 145.36 | 51.05 | 206.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 9 | 0 | 0.55 | 0.96 | 0 | 26.1 | 1 | 0.52 |
| Hex | FF | 74 | 9 | 0 | 37 | 60 | 0 | 1A | 64 | 34 |
| Octal | 377 | 164 | 11 | 0 | 67 | 140 | 0 | 32 | 144 | 64 |
| Binary | 11111111 | 1110100 | 1001 | 0 | 110111 | 1100000 | 0 | 11010 | 1100100 | 110100 |
Color Harmonies of #FF7409
Complementary color
Monochromatic Colors of #FF7409
Black with #FF7409
Text Example
Text Example
White with #FF7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7409; }
p { color: rgb(255,116,9); }
H1.HeaderClassName
{
color: #FF7409;
}
.AnyTagClassName
{
color: #FF7409;
}
</style>
background-color css
<style>
a { background-color: #FF7409; }
a { background-color: rgb(255,116,9); }
div.DivClassName
{
background-color: #FF7409;
}
.BgClassName
{
background-color: #FF7409;
}
</style>
border-color css
<style>
span { border-color: #FF7409; }
span { border-color: rgb(255,116,9); }
td.TdClassName
{
border-color: #FF7409;
}
.TagClassName
{
border-color: #FF7409;
}
</style>