Shades of Pumpkin #FE7518
Tints of Pumpkin #FE7518
RGB
CMYK
RGB Variations
Color information
#FE7518 (or 0xFE7518) is known color: Pumpkin. HEX triplet: FE, 75 and 18. RGB value is (254,117,24). Sum of RGB (Red+Green+Blue) = 254+117+24=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7518 is #018AE7. Grayscale: #939393. Windows color (decimal): -101096 or 1603070. OLE color: 1603070.
HSL color Cylindrical-coordinate representation of color #FE7518: hue angle of 24.26º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE7518 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 24 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.00 |
| HSL | 24.26º | 0.99% | 0.55% | - |
| HSV(B) | 24.26º | 0.91% | 1% | - |
| XYZ | 47.4 | 33.86 | 4.9 | - |
| YUV | 147.36 | 58.39 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 24 | 0 | 0.54 | 0.91 | 0.00 | 24.26 | 0.99 | 0.55 |
| Hex | FE | 75 | 18 | 0 | 36 | 5B | 0 | 18 | 63 | 37 |
| Octal | 376 | 165 | 30 | 0 | 66 | 133 | 0 | 30 | 143 | 67 |
| Binary | 11111110 | 1110101 | 11000 | 0 | 110110 | 1011011 | 0 | 11000 | 1100011 | 110111 |
Color Harmonies of #FE7518
Complementary color
Monochromatic Colors of #FE7518
Black with #FE7518
Text Example
Text Example
White with #FE7518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7518; }
p { color: rgb(254,117,24); }
H1.HeaderClassName
{
color: #FE7518;
}
.AnyTagClassName
{
color: #FE7518;
}
</style>
background-color css
<style>
a { background-color: #FE7518; }
a { background-color: rgb(254,117,24); }
div.DivClassName
{
background-color: #FE7518;
}
.BgClassName
{
background-color: #FE7518;
}
</style>
border-color css
<style>
span { border-color: #FE7518; }
span { border-color: rgb(254,117,24); }
td.TdClassName
{
border-color: #FE7518;
}
.TagClassName
{
border-color: #FE7518;
}
</style>