Shades of Pumpkin #FE770E
Tints of Pumpkin #FE770E
RGB
CMYK
RGB Variations
Color information
#FE770E (or 0xFE770E) is known color: Pumpkin. HEX triplet: FE, 77 and 0E. RGB value is (254,119,14). Sum of RGB (Red+Green+Blue) = 254+119+14=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 14 (5.86% from 255 or 3.62% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE770E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE770E is #0188F1. Grayscale: #939393. Windows color (decimal): -100594 or 948222. OLE color: 948222.
HSL color Cylindrical-coordinate representation of color #FE770E: hue angle of 26.25º 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 #FE770E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 119 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.00 |
| HSL | 26.25º | 0.99% | 0.53% | - |
| HSV(B) | 26.25º | 0.94% | 1% | - |
| XYZ | 47.55 | 34.3 | 4.53 | - |
| YUV | 147.4 | 52.73 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 119 | 14 | 0 | 0.53 | 0.94 | 0.00 | 26.25 | 0.99 | 0.53 |
| Hex | FE | 77 | E | 0 | 35 | 5E | 0 | 1A | 63 | 35 |
| Octal | 376 | 167 | 16 | 0 | 65 | 136 | 0 | 32 | 143 | 65 |
| Binary | 11111110 | 1110111 | 1110 | 0 | 110101 | 1011110 | 0 | 11010 | 1100011 | 110101 |
Color Harmonies of #FE770E
Complementary color
Monochromatic Colors of #FE770E
Black with #FE770E
Text Example
Text Example
White with #FE770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE770E; }
p { color: rgb(254,119,14); }
H1.HeaderClassName
{
color: #FE770E;
}
.AnyTagClassName
{
color: #FE770E;
}
</style>
background-color css
<style>
a { background-color: #FE770E; }
a { background-color: rgb(254,119,14); }
div.DivClassName
{
background-color: #FE770E;
}
.BgClassName
{
background-color: #FE770E;
}
</style>
border-color css
<style>
span { border-color: #FE770E; }
span { border-color: rgb(254,119,14); }
td.TdClassName
{
border-color: #FE770E;
}
.TagClassName
{
border-color: #FE770E;
}
</style>