Shades of Pumpkin #FE8618
Tints of Pumpkin #FE8618
RGB
CMYK
RGB Variations
Color information
#FE8618 (or 0xFE8618) is known color: Pumpkin. HEX triplet: FE, 86 and 18. RGB value is (254,134,24). Sum of RGB (Red+Green+Blue) = 254+134+24=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 24 (9.77% from 255 or 5.83% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8618 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8618 is #0179E7. Grayscale: #9D9D9D. Windows color (decimal): -96744 or 1607422. OLE color: 1607422.
HSL color Cylindrical-coordinate representation of color #FE8618: hue angle of 28.7º 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 #FE8618 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 24 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.00 |
| HSL | 28.7º | 0.99% | 0.55% | - |
| HSV(B) | 28.7º | 0.91% | 1% | - |
| XYZ | 49.56 | 38.19 | 5.62 | - |
| YUV | 157.34 | 52.76 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 24 | 0 | 0.47 | 0.91 | 0.00 | 28.7 | 0.99 | 0.55 |
| Hex | FE | 86 | 18 | 0 | 2F | 5B | 0 | 1D | 63 | 37 |
| Octal | 376 | 206 | 30 | 0 | 57 | 133 | 0 | 35 | 143 | 67 |
| Binary | 11111110 | 10000110 | 11000 | 0 | 101111 | 1011011 | 0 | 11101 | 1100011 | 110111 |
Color Harmonies of #FE8618
Complementary color
Monochromatic Colors of #FE8618
Black with #FE8618
Text Example
Text Example
White with #FE8618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8618; }
p { color: rgb(254,134,24); }
H1.HeaderClassName
{
color: #FE8618;
}
.AnyTagClassName
{
color: #FE8618;
}
</style>
background-color css
<style>
a { background-color: #FE8618; }
a { background-color: rgb(254,134,24); }
div.DivClassName
{
background-color: #FE8618;
}
.BgClassName
{
background-color: #FE8618;
}
</style>
border-color css
<style>
span { border-color: #FE8618; }
span { border-color: rgb(254,134,24); }
td.TdClassName
{
border-color: #FE8618;
}
.TagClassName
{
border-color: #FE8618;
}
</style>