Shades of Pumpkin #FE8423
Tints of Pumpkin #FE8423
RGB
CMYK
RGB Variations
Color information
#FE8423 (or 0xFE8423) is known color: Pumpkin. HEX triplet: FE, 84 and 23. RGB value is (254,132,35). Sum of RGB (Red+Green+Blue) = 254+132+35=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8423 is #017BDC. Grayscale: #9D9D9D. Windows color (decimal): -97245 or 2327806. OLE color: 2327806.
HSL color Cylindrical-coordinate representation of color #FE8423: hue angle of 26.58º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE8423 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 35 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.00 |
| HSL | 26.58º | 0.99% | 0.57% | - |
| HSV(B) | 26.58º | 0.86% | 1% | - |
| XYZ | 49.43 | 37.69 | 6.26 | - |
| YUV | 157.42 | 58.92 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 35 | 0 | 0.48 | 0.86 | 0.00 | 26.58 | 0.99 | 0.57 |
| Hex | FE | 84 | 23 | 0 | 30 | 56 | 0 | 1B | 63 | 39 |
| Octal | 376 | 204 | 43 | 0 | 60 | 126 | 0 | 33 | 143 | 71 |
| Binary | 11111110 | 10000100 | 100011 | 0 | 110000 | 1010110 | 0 | 11011 | 1100011 | 111001 |
Color Harmonies of #FE8423
Complementary color
Monochromatic Colors of #FE8423
Black with #FE8423
Text Example
Text Example
White with #FE8423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8423; }
p { color: rgb(254,132,35); }
H1.HeaderClassName
{
color: #FE8423;
}
.AnyTagClassName
{
color: #FE8423;
}
</style>
background-color css
<style>
a { background-color: #FE8423; }
a { background-color: rgb(254,132,35); }
div.DivClassName
{
background-color: #FE8423;
}
.BgClassName
{
background-color: #FE8423;
}
</style>
border-color css
<style>
span { border-color: #FE8423; }
span { border-color: rgb(254,132,35); }
td.TdClassName
{
border-color: #FE8423;
}
.TagClassName
{
border-color: #FE8423;
}
</style>