Shades of Pumpkin #FF5E19
Tints of Pumpkin #FF5E19
RGB
CMYK
RGB Variations
Color information
#FF5E19 (or 0xFF5E19) is known color: Pumpkin. HEX triplet: FF, 5E and 19. RGB value is (255,94,25). Sum of RGB (Red+Green+Blue) = 255+94+25=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E19 is #00A1E6. Grayscale: #868686. Windows color (decimal): -41447 or 1662719. OLE color: 1662719.
HSL color Cylindrical-coordinate representation of color #FF5E19: hue angle of 18º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF5E19 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 94 | 25 | - |
| CMYK | 0 | 0.63 | 0.90 | 0 |
| HSL | 18º | 1% | 0.55% | - |
| HSV(B) | 18º | 0.9% | 1% | - |
| XYZ | 45.42 | 29.34 | 4.19 | - |
| YUV | 134.27 | 66.34 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 94 | 25 | 0 | 0.63 | 0.90 | 0 | 18 | 1 | 0.55 |
| Hex | FF | 5E | 19 | 0 | 3F | 5A | 0 | 12 | 64 | 37 |
| Octal | 377 | 136 | 31 | 0 | 77 | 132 | 0 | 22 | 144 | 67 |
| Binary | 11111111 | 1011110 | 11001 | 0 | 111111 | 1011010 | 0 | 10010 | 1100100 | 110111 |
Color Harmonies of #FF5E19
Complementary color
Monochromatic Colors of #FF5E19
Black with #FF5E19
Text Example
Text Example
White with #FF5E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5E19; }
p { color: rgb(255,94,25); }
H1.HeaderClassName
{
color: #FF5E19;
}
.AnyTagClassName
{
color: #FF5E19;
}
</style>
background-color css
<style>
a { background-color: #FF5E19; }
a { background-color: rgb(255,94,25); }
div.DivClassName
{
background-color: #FF5E19;
}
.BgClassName
{
background-color: #FF5E19;
}
</style>
border-color css
<style>
span { border-color: #FF5E19; }
span { border-color: rgb(255,94,25); }
td.TdClassName
{
border-color: #FF5E19;
}
.TagClassName
{
border-color: #FF5E19;
}
</style>