Shades of Pumpkin #FE7A26
Tints of Pumpkin #FE7A26
RGB
CMYK
RGB Variations
Color information
#FE7A26 (or 0xFE7A26) is known color: Pumpkin. HEX triplet: FE, 7A and 26. RGB value is (254,122,38). Sum of RGB (Red+Green+Blue) = 254+122+38=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 38 (15.23% from 255 or 9.18% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A26 is #0185D9. Grayscale: #989898. Windows color (decimal): -99802 or 2521854. OLE color: 2521854.
HSL color Cylindrical-coordinate representation of color #FE7A26: hue angle of 23.33º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE7A26 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 38 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.00 |
| HSL | 23.33º | 0.99% | 0.57% | - |
| HSV(B) | 23.33º | 0.85% | 1% | - |
| XYZ | 48.18 | 35.13 | 6.07 | - |
| YUV | 151.89 | 63.73 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 38 | 0 | 0.52 | 0.85 | 0.00 | 23.33 | 0.99 | 0.57 |
| Hex | FE | 7A | 26 | 0 | 34 | 55 | 0 | 17 | 63 | 39 |
| Octal | 376 | 172 | 46 | 0 | 64 | 125 | 0 | 27 | 143 | 71 |
| Binary | 11111110 | 1111010 | 100110 | 0 | 110100 | 1010101 | 0 | 10111 | 1100011 | 111001 |
Color Harmonies of #FE7A26
Complementary color
Monochromatic Colors of #FE7A26
Black with #FE7A26
Text Example
Text Example
White with #FE7A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A26; }
p { color: rgb(254,122,38); }
H1.HeaderClassName
{
color: #FE7A26;
}
.AnyTagClassName
{
color: #FE7A26;
}
</style>
background-color css
<style>
a { background-color: #FE7A26; }
a { background-color: rgb(254,122,38); }
div.DivClassName
{
background-color: #FE7A26;
}
.BgClassName
{
background-color: #FE7A26;
}
</style>
border-color css
<style>
span { border-color: #FE7A26; }
span { border-color: rgb(254,122,38); }
td.TdClassName
{
border-color: #FE7A26;
}
.TagClassName
{
border-color: #FE7A26;
}
</style>