Shades of Pumpkin #FE780E
Tints of Pumpkin #FE780E
RGB
CMYK
RGB Variations
Color information
#FE780E (or 0xFE780E) is known color: Pumpkin. HEX triplet: FE, 78 and 0E. RGB value is (254,120,14). Sum of RGB (Red+Green+Blue) = 254+120+14=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE780E is #0187F1. Grayscale: #949494. Windows color (decimal): -100338 or 948478. OLE color: 948478.
HSL color Cylindrical-coordinate representation of color #FE780E: hue angle of 26.5º 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 #FE780E is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 120 | 14 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.00 |
| HSL | 26.5º | 0.99% | 0.53% | - |
| HSV(B) | 26.5º | 0.94% | 1% | - |
| XYZ | 47.67 | 34.54 | 4.57 | - |
| YUV | 147.98 | 52.39 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 120 | 14 | 0 | 0.53 | 0.94 | 0.00 | 26.5 | 0.99 | 0.53 |
| Hex | FE | 78 | E | 0 | 35 | 5E | 0 | 1A | 63 | 35 |
| Octal | 376 | 170 | 16 | 0 | 65 | 136 | 0 | 32 | 143 | 65 |
| Binary | 11111110 | 1111000 | 1110 | 0 | 110101 | 1011110 | 0 | 11010 | 1100011 | 110101 |
Color Harmonies of #FE780E
Complementary color
Monochromatic Colors of #FE780E
Black with #FE780E
Text Example
Text Example
White with #FE780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE780E; }
p { color: rgb(254,120,14); }
H1.HeaderClassName
{
color: #FE780E;
}
.AnyTagClassName
{
color: #FE780E;
}
</style>
background-color css
<style>
a { background-color: #FE780E; }
a { background-color: rgb(254,120,14); }
div.DivClassName
{
background-color: #FE780E;
}
.BgClassName
{
background-color: #FE780E;
}
</style>
border-color css
<style>
span { border-color: #FE780E; }
span { border-color: rgb(254,120,14); }
td.TdClassName
{
border-color: #FE780E;
}
.TagClassName
{
border-color: #FE780E;
}
</style>