Shades of Pumpkin #FE7514
Tints of Pumpkin #FE7514
RGB
CMYK
RGB Variations
Color information
#FE7514 (or 0xFE7514) is known color: Pumpkin. HEX triplet: FE, 75 and 14. RGB value is (254,117,20). Sum of RGB (Red+Green+Blue) = 254+117+20=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7514 is #018AEB. Grayscale: #939393. Windows color (decimal): -101100 or 1340926. OLE color: 1340926.
HSL color Cylindrical-coordinate representation of color #FE7514: hue angle of 24.87º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE7514 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 20 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.00 |
| HSL | 24.87º | 0.99% | 0.54% | - |
| HSV(B) | 24.87º | 0.92% | 1% | - |
| XYZ | 47.36 | 33.84 | 4.7 | - |
| YUV | 146.91 | 56.39 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 20 | 0 | 0.54 | 0.92 | 0.00 | 24.87 | 0.99 | 0.54 |
| Hex | FE | 75 | 14 | 0 | 36 | 5C | 0 | 19 | 63 | 36 |
| Octal | 376 | 165 | 24 | 0 | 66 | 134 | 0 | 31 | 143 | 66 |
| Binary | 11111110 | 1110101 | 10100 | 0 | 110110 | 1011100 | 0 | 11001 | 1100011 | 110110 |
Color Harmonies of #FE7514
Complementary color
Monochromatic Colors of #FE7514
Black with #FE7514
Text Example
Text Example
White with #FE7514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7514; }
p { color: rgb(254,117,20); }
H1.HeaderClassName
{
color: #FE7514;
}
.AnyTagClassName
{
color: #FE7514;
}
</style>
background-color css
<style>
a { background-color: #FE7514; }
a { background-color: rgb(254,117,20); }
div.DivClassName
{
background-color: #FE7514;
}
.BgClassName
{
background-color: #FE7514;
}
</style>
border-color css
<style>
span { border-color: #FE7514; }
span { border-color: rgb(254,117,20); }
td.TdClassName
{
border-color: #FE7514;
}
.TagClassName
{
border-color: #FE7514;
}
</style>