Shades of Pumpkin #FE7718
Tints of Pumpkin #FE7718
RGB
CMYK
RGB Variations
Color information
#FE7718 (or 0xFE7718) is known color: Pumpkin. HEX triplet: FE, 77 and 18. RGB value is (254,119,24). Sum of RGB (Red+Green+Blue) = 254+119+24=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 119 (46.88% from 255 or 29.97% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7718 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7718 is #0188E7. Grayscale: #959595. Windows color (decimal): -100584 or 1603582. OLE color: 1603582.
HSL color Cylindrical-coordinate representation of color #FE7718: hue angle of 24.78º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE7718 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 24 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.00 |
| HSL | 24.78º | 0.99% | 0.55% | - |
| HSV(B) | 24.78º | 0.91% | 1% | - |
| XYZ | 47.63 | 34.33 | 4.98 | - |
| YUV | 148.54 | 57.73 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 24 | 0 | 0.53 | 0.91 | 0.00 | 24.78 | 0.99 | 0.55 |
| Hex | FE | 77 | 18 | 0 | 35 | 5B | 0 | 19 | 63 | 37 |
| Octal | 376 | 167 | 30 | 0 | 65 | 133 | 0 | 31 | 143 | 67 |
| Binary | 11111110 | 1110111 | 11000 | 0 | 110101 | 1011011 | 0 | 11001 | 1100011 | 110111 |
Color Harmonies of #FE7718
Complementary color
Monochromatic Colors of #FE7718
Black with #FE7718
Text Example
Text Example
White with #FE7718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7718; }
p { color: rgb(254,119,24); }
H1.HeaderClassName
{
color: #FE7718;
}
.AnyTagClassName
{
color: #FE7718;
}
</style>
background-color css
<style>
a { background-color: #FE7718; }
a { background-color: rgb(254,119,24); }
div.DivClassName
{
background-color: #FE7718;
}
.BgClassName
{
background-color: #FE7718;
}
</style>
border-color css
<style>
span { border-color: #FE7718; }
span { border-color: rgb(254,119,24); }
td.TdClassName
{
border-color: #FE7718;
}
.TagClassName
{
border-color: #FE7718;
}
</style>