Shades of Pumpkin #FE8223
Tints of Pumpkin #FE8223
RGB
CMYK
RGB Variations
Color information
#FE8223 (or 0xFE8223) is known color: Pumpkin. HEX triplet: FE, 82 and 23. RGB value is (254,130,35). Sum of RGB (Red+Green+Blue) = 254+130+35=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 35 (14.06% from 255 or 8.35% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8223 is #017DDC. Grayscale: #9C9C9C. Windows color (decimal): -97757 or 2327294. OLE color: 2327294.
HSL color Cylindrical-coordinate representation of color #FE8223: hue angle of 26.03º 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 #FE8223 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 35 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.00 |
| HSL | 26.03º | 0.99% | 0.57% | - |
| HSV(B) | 26.03º | 0.86% | 1% | - |
| XYZ | 49.16 | 37.16 | 6.17 | - |
| YUV | 156.25 | 59.58 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 35 | 0 | 0.49 | 0.86 | 0.00 | 26.03 | 0.99 | 0.57 |
| Hex | FE | 82 | 23 | 0 | 31 | 56 | 0 | 1A | 63 | 39 |
| Octal | 376 | 202 | 43 | 0 | 61 | 126 | 0 | 32 | 143 | 71 |
| Binary | 11111110 | 10000010 | 100011 | 0 | 110001 | 1010110 | 0 | 11010 | 1100011 | 111001 |
Color Harmonies of #FE8223
Complementary color
Monochromatic Colors of #FE8223
Black with #FE8223
Text Example
Text Example
White with #FE8223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8223; }
p { color: rgb(254,130,35); }
H1.HeaderClassName
{
color: #FE8223;
}
.AnyTagClassName
{
color: #FE8223;
}
</style>
background-color css
<style>
a { background-color: #FE8223; }
a { background-color: rgb(254,130,35); }
div.DivClassName
{
background-color: #FE8223;
}
.BgClassName
{
background-color: #FE8223;
}
</style>
border-color css
<style>
span { border-color: #FE8223; }
span { border-color: rgb(254,130,35); }
td.TdClassName
{
border-color: #FE8223;
}
.TagClassName
{
border-color: #FE8223;
}
</style>