Shades of Pumpkin #FE7224
Tints of Pumpkin #FE7224
RGB
CMYK
RGB Variations
Color information
#FE7224 (or 0xFE7224) is known color: Pumpkin. HEX triplet: FE, 72 and 24. RGB value is (254,114,36). Sum of RGB (Red+Green+Blue) = 254+114+36=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7224 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7224 is #018DDB. Grayscale: #939393. Windows color (decimal): -101852 or 2388734. OLE color: 2388734.
HSL color Cylindrical-coordinate representation of color #FE7224: hue angle of 21.47º 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 #FE7224 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 36 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.00 |
| HSL | 21.47º | 0.99% | 0.57% | - |
| HSV(B) | 21.47º | 0.86% | 1% | - |
| XYZ | 47.21 | 33.23 | 5.6 | - |
| YUV | 146.97 | 65.38 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 36 | 0 | 0.55 | 0.86 | 0.00 | 21.47 | 0.99 | 0.57 |
| Hex | FE | 72 | 24 | 0 | 37 | 56 | 0 | 15 | 63 | 39 |
| Octal | 376 | 162 | 44 | 0 | 67 | 126 | 0 | 25 | 143 | 71 |
| Binary | 11111110 | 1110010 | 100100 | 0 | 110111 | 1010110 | 0 | 10101 | 1100011 | 111001 |
Color Harmonies of #FE7224
Complementary color
Monochromatic Colors of #FE7224
Black with #FE7224
Text Example
Text Example
White with #FE7224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7224; }
p { color: rgb(254,114,36); }
H1.HeaderClassName
{
color: #FE7224;
}
.AnyTagClassName
{
color: #FE7224;
}
</style>
background-color css
<style>
a { background-color: #FE7224; }
a { background-color: rgb(254,114,36); }
div.DivClassName
{
background-color: #FE7224;
}
.BgClassName
{
background-color: #FE7224;
}
</style>
border-color css
<style>
span { border-color: #FE7224; }
span { border-color: rgb(254,114,36); }
td.TdClassName
{
border-color: #FE7224;
}
.TagClassName
{
border-color: #FE7224;
}
</style>