Shades of Pumpkin #FE7F19
Tints of Pumpkin #FE7F19
RGB
CMYK
RGB Variations
Color information
#FE7F19 (or 0xFE7F19) is known color: Pumpkin. HEX triplet: FE, 7F and 19. RGB value is (254,127,25). Sum of RGB (Red+Green+Blue) = 254+127+25=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 127 (50% from 255 or 31.28% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F19 is #0180E6. Grayscale: #999999. Windows color (decimal): -98535 or 1671166. OLE color: 1671166.
HSL color Cylindrical-coordinate representation of color #FE7F19: hue angle of 26.72º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE7F19 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 127 | 25 | - |
| CMYK | 0 | 0.50 | 0.90 | 0.00 |
| HSL | 26.72º | 0.99% | 0.55% | - |
| HSV(B) | 26.72º | 0.9% | 1% | - |
| XYZ | 48.64 | 36.32 | 5.37 | - |
| YUV | 153.35 | 55.58 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 127 | 25 | 0 | 0.50 | 0.90 | 0.00 | 26.72 | 0.99 | 0.55 |
| Hex | FE | 7F | 19 | 0 | 32 | 5A | 0 | 1B | 63 | 37 |
| Octal | 376 | 177 | 31 | 0 | 62 | 132 | 0 | 33 | 143 | 67 |
| Binary | 11111110 | 1111111 | 11001 | 0 | 110010 | 1011010 | 0 | 11011 | 1100011 | 110111 |
Color Harmonies of #FE7F19
Complementary color
Monochromatic Colors of #FE7F19
Black with #FE7F19
Text Example
Text Example
White with #FE7F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7F19; }
p { color: rgb(254,127,25); }
H1.HeaderClassName
{
color: #FE7F19;
}
.AnyTagClassName
{
color: #FE7F19;
}
</style>
background-color css
<style>
a { background-color: #FE7F19; }
a { background-color: rgb(254,127,25); }
div.DivClassName
{
background-color: #FE7F19;
}
.BgClassName
{
background-color: #FE7F19;
}
</style>
border-color css
<style>
span { border-color: #FE7F19; }
span { border-color: rgb(254,127,25); }
td.TdClassName
{
border-color: #FE7F19;
}
.TagClassName
{
border-color: #FE7F19;
}
</style>