Shades of Pumpkin #FE7409
Tints of Pumpkin #FE7409
RGB
CMYK
RGB Variations
Color information
#FE7409 (or 0xFE7409) is known color: Pumpkin. HEX triplet: FE, 74 and 09. RGB value is (254,116,9). Sum of RGB (Red+Green+Blue) = 254+116+9=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 9 (3.91% from 255 or 2.37% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7409 is #018BF6. Grayscale: #919191. Windows color (decimal): -101367 or 619774. OLE color: 619774.
HSL color Cylindrical-coordinate representation of color #FE7409: hue angle of 26.2º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE7409 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 9 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.00 |
| HSL | 26.2º | 0.99% | 0.52% | - |
| HSV(B) | 26.2º | 0.96% | 1% | - |
| XYZ | 47.17 | 33.58 | 4.25 | - |
| YUV | 145.06 | 51.22 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 9 | 0 | 0.54 | 0.96 | 0.00 | 26.2 | 0.99 | 0.52 |
| Hex | FE | 74 | 9 | 0 | 36 | 60 | 0 | 1A | 63 | 34 |
| Octal | 376 | 164 | 11 | 0 | 66 | 140 | 0 | 32 | 143 | 64 |
| Binary | 11111110 | 1110100 | 1001 | 0 | 110110 | 1100000 | 0 | 11010 | 1100011 | 110100 |
Color Harmonies of #FE7409
Complementary color
Monochromatic Colors of #FE7409
Black with #FE7409
Text Example
Text Example
White with #FE7409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7409; }
p { color: rgb(254,116,9); }
H1.HeaderClassName
{
color: #FE7409;
}
.AnyTagClassName
{
color: #FE7409;
}
</style>
background-color css
<style>
a { background-color: #FE7409; }
a { background-color: rgb(254,116,9); }
div.DivClassName
{
background-color: #FE7409;
}
.BgClassName
{
background-color: #FE7409;
}
</style>
border-color css
<style>
span { border-color: #FE7409; }
span { border-color: rgb(254,116,9); }
td.TdClassName
{
border-color: #FE7409;
}
.TagClassName
{
border-color: #FE7409;
}
</style>