Shades of Pumpkin #FE7717
Tints of Pumpkin #FE7717
RGB
CMYK
RGB Variations
Color information
#FE7717 (or 0xFE7717) is known color: Pumpkin. HEX triplet: FE, 77 and 17. RGB value is (254,119,23). Sum of RGB (Red+Green+Blue) = 254+119+23=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7717 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7717 is #0188E8. Grayscale: #949494. Windows color (decimal): -100585 or 1538046. OLE color: 1538046.
HSL color Cylindrical-coordinate representation of color #FE7717: hue angle of 24.94º 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 #FE7717 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 23 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.00 |
| HSL | 24.94º | 0.99% | 0.54% | - |
| HSV(B) | 24.94º | 0.91% | 1% | - |
| XYZ | 47.62 | 34.33 | 4.93 | - |
| YUV | 148.42 | 57.23 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 23 | 0 | 0.53 | 0.91 | 0.00 | 24.94 | 0.99 | 0.54 |
| Hex | FE | 77 | 17 | 0 | 35 | 5B | 0 | 19 | 63 | 36 |
| Octal | 376 | 167 | 27 | 0 | 65 | 133 | 0 | 31 | 143 | 66 |
| Binary | 11111110 | 1110111 | 10111 | 0 | 110101 | 1011011 | 0 | 11001 | 1100011 | 110110 |
Color Harmonies of #FE7717
Complementary color
Monochromatic Colors of #FE7717
Black with #FE7717
Text Example
Text Example
White with #FE7717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7717; }
p { color: rgb(254,119,23); }
H1.HeaderClassName
{
color: #FE7717;
}
.AnyTagClassName
{
color: #FE7717;
}
</style>
background-color css
<style>
a { background-color: #FE7717; }
a { background-color: rgb(254,119,23); }
div.DivClassName
{
background-color: #FE7717;
}
.BgClassName
{
background-color: #FE7717;
}
</style>
border-color css
<style>
span { border-color: #FE7717; }
span { border-color: rgb(254,119,23); }
td.TdClassName
{
border-color: #FE7717;
}
.TagClassName
{
border-color: #FE7717;
}
</style>