Shades of Pumpkin #FE7225
Tints of Pumpkin #FE7225
RGB
CMYK
RGB Variations
Color information
#FE7225 (or 0xFE7225) is known color: Pumpkin. HEX triplet: FE, 72 and 25. RGB value is (254,114,37). Sum of RGB (Red+Green+Blue) = 254+114+37=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7225 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7225 is #018DDA. Grayscale: #939393. Windows color (decimal): -101851 or 2454270. OLE color: 2454270.
HSL color Cylindrical-coordinate representation of color #FE7225: hue angle of 21.29º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE7225 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 114 | 37 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.00 |
| HSL | 21.29º | 0.99% | 0.57% | - |
| HSV(B) | 21.29º | 0.85% | 1% | - |
| XYZ | 47.22 | 33.24 | 5.68 | - |
| YUV | 147.08 | 65.88 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 114 | 37 | 0 | 0.55 | 0.85 | 0.00 | 21.29 | 0.99 | 0.57 |
| Hex | FE | 72 | 25 | 0 | 37 | 55 | 0 | 15 | 63 | 39 |
| Octal | 376 | 162 | 45 | 0 | 67 | 125 | 0 | 25 | 143 | 71 |
| Binary | 11111110 | 1110010 | 100101 | 0 | 110111 | 1010101 | 0 | 10101 | 1100011 | 111001 |
Color Harmonies of #FE7225
Complementary color
Monochromatic Colors of #FE7225
Black with #FE7225
Text Example
Text Example
White with #FE7225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7225; }
p { color: rgb(254,114,37); }
H1.HeaderClassName
{
color: #FE7225;
}
.AnyTagClassName
{
color: #FE7225;
}
</style>
background-color css
<style>
a { background-color: #FE7225; }
a { background-color: rgb(254,114,37); }
div.DivClassName
{
background-color: #FE7225;
}
.BgClassName
{
background-color: #FE7225;
}
</style>
border-color css
<style>
span { border-color: #FE7225; }
span { border-color: rgb(254,114,37); }
td.TdClassName
{
border-color: #FE7225;
}
.TagClassName
{
border-color: #FE7225;
}
</style>