Shades of Pumpkin #FE7417
Tints of Pumpkin #FE7417
RGB
CMYK
RGB Variations
Color information
#FE7417 (or 0xFE7417) is known color: Pumpkin. HEX triplet: FE, 74 and 17. RGB value is (254,116,23). Sum of RGB (Red+Green+Blue) = 254+116+23=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7417 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7417 is #018BE8. Grayscale: #939393. Windows color (decimal): -101353 or 1537278. OLE color: 1537278.
HSL color Cylindrical-coordinate representation of color #FE7417: hue angle of 24.16º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE7417 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 116 | 23 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.00 |
| HSL | 24.16º | 0.99% | 0.54% | - |
| HSV(B) | 24.16º | 0.91% | 1% | - |
| XYZ | 47.27 | 33.62 | 4.81 | - |
| YUV | 146.66 | 58.22 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 116 | 23 | 0 | 0.54 | 0.91 | 0.00 | 24.16 | 0.99 | 0.54 |
| Hex | FE | 74 | 17 | 0 | 36 | 5B | 0 | 18 | 63 | 36 |
| Octal | 376 | 164 | 27 | 0 | 66 | 133 | 0 | 30 | 143 | 66 |
| Binary | 11111110 | 1110100 | 10111 | 0 | 110110 | 1011011 | 0 | 11000 | 1100011 | 110110 |
Color Harmonies of #FE7417
Complementary color
Monochromatic Colors of #FE7417
Black with #FE7417
Text Example
Text Example
White with #FE7417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7417; }
p { color: rgb(254,116,23); }
H1.HeaderClassName
{
color: #FE7417;
}
.AnyTagClassName
{
color: #FE7417;
}
</style>
background-color css
<style>
a { background-color: #FE7417; }
a { background-color: rgb(254,116,23); }
div.DivClassName
{
background-color: #FE7417;
}
.BgClassName
{
background-color: #FE7417;
}
</style>
border-color css
<style>
span { border-color: #FE7417; }
span { border-color: rgb(254,116,23); }
td.TdClassName
{
border-color: #FE7417;
}
.TagClassName
{
border-color: #FE7417;
}
</style>