Shades of Pumpkin #FE7A14
Tints of Pumpkin #FE7A14
RGB
CMYK
RGB Variations
Color information
#FE7A14 (or 0xFE7A14) is known color: Pumpkin. HEX triplet: FE, 7A and 14. RGB value is (254,122,20). Sum of RGB (Red+Green+Blue) = 254+122+20=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7A14 is #0185EB. Grayscale: #969696. Windows color (decimal): -99820 or 1342206. OLE color: 1342206.
HSL color Cylindrical-coordinate representation of color #FE7A14: hue angle of 26.15º 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 #FE7A14 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 20 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.00 |
| HSL | 26.15º | 0.99% | 0.54% | - |
| HSV(B) | 26.15º | 0.92% | 1% | - |
| XYZ | 47.96 | 35.04 | 4.9 | - |
| YUV | 149.84 | 54.73 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 20 | 0 | 0.52 | 0.92 | 0.00 | 26.15 | 0.99 | 0.54 |
| Hex | FE | 7A | 14 | 0 | 34 | 5C | 0 | 1A | 63 | 36 |
| Octal | 376 | 172 | 24 | 0 | 64 | 134 | 0 | 32 | 143 | 66 |
| Binary | 11111110 | 1111010 | 10100 | 0 | 110100 | 1011100 | 0 | 11010 | 1100011 | 110110 |
Color Harmonies of #FE7A14
Complementary color
Monochromatic Colors of #FE7A14
Black with #FE7A14
Text Example
Text Example
White with #FE7A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A14; }
p { color: rgb(254,122,20); }
H1.HeaderClassName
{
color: #FE7A14;
}
.AnyTagClassName
{
color: #FE7A14;
}
</style>
background-color css
<style>
a { background-color: #FE7A14; }
a { background-color: rgb(254,122,20); }
div.DivClassName
{
background-color: #FE7A14;
}
.BgClassName
{
background-color: #FE7A14;
}
</style>
border-color css
<style>
span { border-color: #FE7A14; }
span { border-color: rgb(254,122,20); }
td.TdClassName
{
border-color: #FE7A14;
}
.TagClassName
{
border-color: #FE7A14;
}
</style>