Shades of Pumpkin #FE7524
Tints of Pumpkin #FE7524
RGB
CMYK
RGB Variations
Color information
#FE7524 (or 0xFE7524) is known color: Pumpkin. HEX triplet: FE, 75 and 24. RGB value is (254,117,36). Sum of RGB (Red+Green+Blue) = 254+117+36=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7524 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7524 is #018ADB. Grayscale: #959595. Windows color (decimal): -101084 or 2389502. OLE color: 2389502.
HSL color Cylindrical-coordinate representation of color #FE7524: hue angle of 22.29º 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 #FE7524 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 36 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.00 |
| HSL | 22.29º | 0.99% | 0.57% | - |
| HSV(B) | 22.29º | 0.86% | 1% | - |
| XYZ | 47.55 | 33.92 | 5.71 | - |
| YUV | 148.73 | 64.39 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 36 | 0 | 0.54 | 0.86 | 0.00 | 22.29 | 0.99 | 0.57 |
| Hex | FE | 75 | 24 | 0 | 36 | 56 | 0 | 16 | 63 | 39 |
| Octal | 376 | 165 | 44 | 0 | 66 | 126 | 0 | 26 | 143 | 71 |
| Binary | 11111110 | 1110101 | 100100 | 0 | 110110 | 1010110 | 0 | 10110 | 1100011 | 111001 |
Color Harmonies of #FE7524
Complementary color
Monochromatic Colors of #FE7524
Black with #FE7524
Text Example
Text Example
White with #FE7524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7524; }
p { color: rgb(254,117,36); }
H1.HeaderClassName
{
color: #FE7524;
}
.AnyTagClassName
{
color: #FE7524;
}
</style>
background-color css
<style>
a { background-color: #FE7524; }
a { background-color: rgb(254,117,36); }
div.DivClassName
{
background-color: #FE7524;
}
.BgClassName
{
background-color: #FE7524;
}
</style>
border-color css
<style>
span { border-color: #FE7524; }
span { border-color: rgb(254,117,36); }
td.TdClassName
{
border-color: #FE7524;
}
.TagClassName
{
border-color: #FE7524;
}
</style>