Shades of Pumpkin #FE7C27
Tints of Pumpkin #FE7C27
RGB
CMYK
RGB Variations
Color information
#FE7C27 (or 0xFE7C27) is known color: Pumpkin. HEX triplet: FE, 7C and 27. RGB value is (254,124,39). Sum of RGB (Red+Green+Blue) = 254+124+39=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7C27 is #0183D8. Grayscale: #999999. Windows color (decimal): -99289 or 2587902. OLE color: 2587902.
HSL color Cylindrical-coordinate representation of color #FE7C27: hue angle of 23.72º 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 #FE7C27 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 124 | 39 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.00 |
| HSL | 23.72º | 0.99% | 0.57% | - |
| HSV(B) | 23.72º | 0.85% | 1% | - |
| XYZ | 48.45 | 35.63 | 6.24 | - |
| YUV | 153.18 | 63.57 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 124 | 39 | 0 | 0.51 | 0.85 | 0.00 | 23.72 | 0.99 | 0.57 |
| Hex | FE | 7C | 27 | 0 | 33 | 55 | 0 | 18 | 63 | 39 |
| Octal | 376 | 174 | 47 | 0 | 63 | 125 | 0 | 30 | 143 | 71 |
| Binary | 11111110 | 1111100 | 100111 | 0 | 110011 | 1010101 | 0 | 11000 | 1100011 | 111001 |
Color Harmonies of #FE7C27
Complementary color
Monochromatic Colors of #FE7C27
Black with #FE7C27
Text Example
Text Example
White with #FE7C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7C27; }
p { color: rgb(254,124,39); }
H1.HeaderClassName
{
color: #FE7C27;
}
.AnyTagClassName
{
color: #FE7C27;
}
</style>
background-color css
<style>
a { background-color: #FE7C27; }
a { background-color: rgb(254,124,39); }
div.DivClassName
{
background-color: #FE7C27;
}
.BgClassName
{
background-color: #FE7C27;
}
</style>
border-color css
<style>
span { border-color: #FE7C27; }
span { border-color: rgb(254,124,39); }
td.TdClassName
{
border-color: #FE7C27;
}
.TagClassName
{
border-color: #FE7C27;
}
</style>