Shades of Pumpkin #FE7A27
Tints of Pumpkin #FE7A27
RGB
CMYK
RGB Variations
Color information
#FE7A27 (or 0xFE7A27) is known color: Pumpkin. HEX triplet: FE, 7A and 27. RGB value is (254,122,39). Sum of RGB (Red+Green+Blue) = 254+122+39=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 39 (15.62% from 255 or 9.40% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7A27 is #0185D8. Grayscale: #989898. Windows color (decimal): -99801 or 2587390. OLE color: 2587390.
HSL color Cylindrical-coordinate representation of color #FE7A27: hue angle of 23.16º 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 #FE7A27 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 122 | 39 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.00 |
| HSL | 23.16º | 0.99% | 0.57% | - |
| HSV(B) | 23.16º | 0.85% | 1% | - |
| XYZ | 48.2 | 35.14 | 6.16 | - |
| YUV | 152.01 | 64.23 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 122 | 39 | 0 | 0.52 | 0.85 | 0.00 | 23.16 | 0.99 | 0.57 |
| Hex | FE | 7A | 27 | 0 | 34 | 55 | 0 | 17 | 63 | 39 |
| Octal | 376 | 172 | 47 | 0 | 64 | 125 | 0 | 27 | 143 | 71 |
| Binary | 11111110 | 1111010 | 100111 | 0 | 110100 | 1010101 | 0 | 10111 | 1100011 | 111001 |
Color Harmonies of #FE7A27
Complementary color
Monochromatic Colors of #FE7A27
Black with #FE7A27
Text Example
Text Example
White with #FE7A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7A27; }
p { color: rgb(254,122,39); }
H1.HeaderClassName
{
color: #FE7A27;
}
.AnyTagClassName
{
color: #FE7A27;
}
</style>
background-color css
<style>
a { background-color: #FE7A27; }
a { background-color: rgb(254,122,39); }
div.DivClassName
{
background-color: #FE7A27;
}
.BgClassName
{
background-color: #FE7A27;
}
</style>
border-color css
<style>
span { border-color: #FE7A27; }
span { border-color: rgb(254,122,39); }
td.TdClassName
{
border-color: #FE7A27;
}
.TagClassName
{
border-color: #FE7A27;
}
</style>