Shades of Pumpkin #FE5E19
Tints of Pumpkin #FE5E19
RGB
CMYK
RGB Variations
Color information
#FE5E19 (or 0xFE5E19) is known color: Pumpkin. HEX triplet: FE, 5E and 19. RGB value is (254,94,25). Sum of RGB (Red+Green+Blue) = 254+94+25=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E19 is #01A1E6. Grayscale: #868686. Windows color (decimal): -106983 or 1662718. OLE color: 1662718.
HSL color Cylindrical-coordinate representation of color #FE5E19: hue angle of 18.08º 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 #FE5E19 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 25 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.00 |
| HSL | 18.08º | 0.99% | 0.55% | - |
| HSV(B) | 18.08º | 0.9% | 1% | - |
| XYZ | 45.05 | 29.15 | 4.17 | - |
| YUV | 133.97 | 66.51 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 25 | 0 | 0.63 | 0.90 | 0.00 | 18.08 | 0.99 | 0.55 |
| Hex | FE | 5E | 19 | 0 | 3F | 5A | 0 | 12 | 63 | 37 |
| Octal | 376 | 136 | 31 | 0 | 77 | 132 | 0 | 22 | 143 | 67 |
| Binary | 11111110 | 1011110 | 11001 | 0 | 111111 | 1011010 | 0 | 10010 | 1100011 | 110111 |
Color Harmonies of #FE5E19
Complementary color
Monochromatic Colors of #FE5E19
Black with #FE5E19
Text Example
Text Example
White with #FE5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E19; }
p { color: rgb(254,94,25); }
H1.HeaderClassName
{
color: #FE5E19;
}
.AnyTagClassName
{
color: #FE5E19;
}
</style>
background-color css
<style>
a { background-color: #FE5E19; }
a { background-color: rgb(254,94,25); }
div.DivClassName
{
background-color: #FE5E19;
}
.BgClassName
{
background-color: #FE5E19;
}
</style>
border-color css
<style>
span { border-color: #FE5E19; }
span { border-color: rgb(254,94,25); }
td.TdClassName
{
border-color: #FE5E19;
}
.TagClassName
{
border-color: #FE5E19;
}
</style>