Shades of Pumpkin #FE750E
Tints of Pumpkin #FE750E
RGB
CMYK
RGB Variations
Color information
#FE750E (or 0xFE750E) is known color: Pumpkin. HEX triplet: FE, 75 and 0E. RGB value is (254,117,14). Sum of RGB (Red+Green+Blue) = 254+117+14=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE750E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE750E is #018AF1. Grayscale: #929292. Windows color (decimal): -101106 or 947710. OLE color: 947710.
HSL color Cylindrical-coordinate representation of color #FE750E: hue angle of 25.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE750E is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 117 | 14 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.00 |
| HSL | 25.75º | 0.99% | 0.53% | - |
| HSV(B) | 25.75º | 0.94% | 1% | - |
| XYZ | 47.31 | 33.83 | 4.45 | - |
| YUV | 146.22 | 53.39 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 117 | 14 | 0 | 0.54 | 0.94 | 0.00 | 25.75 | 0.99 | 0.53 |
| Hex | FE | 75 | E | 0 | 36 | 5E | 0 | 1A | 63 | 35 |
| Octal | 376 | 165 | 16 | 0 | 66 | 136 | 0 | 32 | 143 | 65 |
| Binary | 11111110 | 1110101 | 1110 | 0 | 110110 | 1011110 | 0 | 11010 | 1100011 | 110101 |
Color Harmonies of #FE750E
Complementary color
Monochromatic Colors of #FE750E
Black with #FE750E
Text Example
Text Example
White with #FE750E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE750E; }
p { color: rgb(254,117,14); }
H1.HeaderClassName
{
color: #FE750E;
}
.AnyTagClassName
{
color: #FE750E;
}
</style>
background-color css
<style>
a { background-color: #FE750E; }
a { background-color: rgb(254,117,14); }
div.DivClassName
{
background-color: #FE750E;
}
.BgClassName
{
background-color: #FE750E;
}
</style>
border-color css
<style>
span { border-color: #FE750E; }
span { border-color: rgb(254,117,14); }
td.TdClassName
{
border-color: #FE750E;
}
.TagClassName
{
border-color: #FE750E;
}
</style>