Shades of Pumpkin #FE7E0F
Tints of Pumpkin #FE7E0F
RGB
CMYK
RGB Variations
Color information
#FE7E0F (or 0xFE7E0F) is known color: Pumpkin. HEX triplet: FE, 7E and 0F. RGB value is (254,126,15). Sum of RGB (Red+Green+Blue) = 254+126+15=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7E0F is #0181F0. Grayscale: #989898. Windows color (decimal): -98801 or 1015550. OLE color: 1015550.
HSL color Cylindrical-coordinate representation of color #FE7E0F: hue angle of 27.87º 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 #FE7E0F is Cyan = 0, Magento = 0.50, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 126 | 15 | - |
| CMYK | 0 | 0.50 | 0.94 | 0.00 |
| HSL | 27.87º | 0.99% | 0.53% | - |
| HSV(B) | 27.87º | 0.94% | 1% | - |
| XYZ | 48.42 | 36.03 | 4.85 | - |
| YUV | 151.62 | 50.91 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 126 | 15 | 0 | 0.50 | 0.94 | 0.00 | 27.87 | 0.99 | 0.53 |
| Hex | FE | 7E | F | 0 | 32 | 5E | 0 | 1C | 63 | 35 |
| Octal | 376 | 176 | 17 | 0 | 62 | 136 | 0 | 34 | 143 | 65 |
| Binary | 11111110 | 1111110 | 1111 | 0 | 110010 | 1011110 | 0 | 11100 | 1100011 | 110101 |
Color Harmonies of #FE7E0F
Complementary color
Monochromatic Colors of #FE7E0F
Black with #FE7E0F
Text Example
Text Example
White with #FE7E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7E0F; }
p { color: rgb(254,126,15); }
H1.HeaderClassName
{
color: #FE7E0F;
}
.AnyTagClassName
{
color: #FE7E0F;
}
</style>
background-color css
<style>
a { background-color: #FE7E0F; }
a { background-color: rgb(254,126,15); }
div.DivClassName
{
background-color: #FE7E0F;
}
.BgClassName
{
background-color: #FE7E0F;
}
</style>
border-color css
<style>
span { border-color: #FE7E0F; }
span { border-color: rgb(254,126,15); }
td.TdClassName
{
border-color: #FE7E0F;
}
.TagClassName
{
border-color: #FE7E0F;
}
</style>