Shades of Pumpkin #FE6D19
Tints of Pumpkin #FE6D19
RGB
CMYK
RGB Variations
Color information
#FE6D19 (or 0xFE6D19) is known color: Pumpkin. HEX triplet: FE, 6D and 19. RGB value is (254,109,25). Sum of RGB (Red+Green+Blue) = 254+109+25=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6D19 is #0192E6. Grayscale: #8F8F8F. Windows color (decimal): -103143 or 1666558. OLE color: 1666558.
HSL color Cylindrical-coordinate representation of color #FE6D19: hue angle of 22.01º 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 #FE6D19 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 25 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.00 |
| HSL | 22.01º | 0.99% | 0.55% | - |
| HSV(B) | 22.01º | 0.9% | 1% | - |
| XYZ | 46.52 | 32.08 | 4.66 | - |
| YUV | 142.78 | 61.54 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 25 | 0 | 0.57 | 0.90 | 0.00 | 22.01 | 0.99 | 0.55 |
| Hex | FE | 6D | 19 | 0 | 39 | 5A | 0 | 16 | 63 | 37 |
| Octal | 376 | 155 | 31 | 0 | 71 | 132 | 0 | 26 | 143 | 67 |
| Binary | 11111110 | 1101101 | 11001 | 0 | 111001 | 1011010 | 0 | 10110 | 1100011 | 110111 |
Color Harmonies of #FE6D19
Complementary color
Monochromatic Colors of #FE6D19
Black with #FE6D19
Text Example
Text Example
White with #FE6D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D19; }
p { color: rgb(254,109,25); }
H1.HeaderClassName
{
color: #FE6D19;
}
.AnyTagClassName
{
color: #FE6D19;
}
</style>
background-color css
<style>
a { background-color: #FE6D19; }
a { background-color: rgb(254,109,25); }
div.DivClassName
{
background-color: #FE6D19;
}
.BgClassName
{
background-color: #FE6D19;
}
</style>
border-color css
<style>
span { border-color: #FE6D19; }
span { border-color: rgb(254,109,25); }
td.TdClassName
{
border-color: #FE6D19;
}
.TagClassName
{
border-color: #FE6D19;
}
</style>