Shades of Pumpkin #FE7525
Tints of Pumpkin #FE7525
RGB
CMYK
RGB Variations
Color information
#FE7525 (or 0xFE7525) is known color: Pumpkin. HEX triplet: FE, 75 and 25. RGB value is (254,117,37). Sum of RGB (Red+Green+Blue) = 254+117+37=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7525 is #018ADA. Grayscale: #959595. Windows color (decimal): -101083 or 2455038. OLE color: 2455038.
HSL color Cylindrical-coordinate representation of color #FE7525: hue angle of 22.12º 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 #FE7525 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 37 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.00 |
| HSL | 22.12º | 0.99% | 0.57% | - |
| HSV(B) | 22.12º | 0.85% | 1% | - |
| XYZ | 47.57 | 33.93 | 5.79 | - |
| YUV | 148.84 | 64.89 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 37 | 0 | 0.54 | 0.85 | 0.00 | 22.12 | 0.99 | 0.57 |
| Hex | FE | 75 | 25 | 0 | 36 | 55 | 0 | 16 | 63 | 39 |
| Octal | 376 | 165 | 45 | 0 | 66 | 125 | 0 | 26 | 143 | 71 |
| Binary | 11111110 | 1110101 | 100101 | 0 | 110110 | 1010101 | 0 | 10110 | 1100011 | 111001 |
Color Harmonies of #FE7525
Complementary color
Monochromatic Colors of #FE7525
Black with #FE7525
Text Example
Text Example
White with #FE7525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7525; }
p { color: rgb(254,117,37); }
H1.HeaderClassName
{
color: #FE7525;
}
.AnyTagClassName
{
color: #FE7525;
}
</style>
background-color css
<style>
a { background-color: #FE7525; }
a { background-color: rgb(254,117,37); }
div.DivClassName
{
background-color: #FE7525;
}
.BgClassName
{
background-color: #FE7525;
}
</style>
border-color css
<style>
span { border-color: #FE7525; }
span { border-color: rgb(254,117,37); }
td.TdClassName
{
border-color: #FE7525;
}
.TagClassName
{
border-color: #FE7525;
}
</style>