Shades of Pumpkin #FE5B19
Tints of Pumpkin #FE5B19
RGB
CMYK
RGB Variations
Color information
#FE5B19 (or 0xFE5B19) is known color: Pumpkin. HEX triplet: FE, 5B and 19. RGB value is (254,91,25). Sum of RGB (Red+Green+Blue) = 254+91+25=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5B19 is #01A4E6. Grayscale: #848484. Windows color (decimal): -107751 or 1661950. OLE color: 1661950.
HSL color Cylindrical-coordinate representation of color #FE5B19: hue angle of 17.29º 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 #FE5B19 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 25 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.00 |
| HSL | 17.29º | 0.99% | 0.55% | - |
| HSV(B) | 17.29º | 0.9% | 1% | - |
| XYZ | 44.79 | 28.62 | 4.08 | - |
| YUV | 132.21 | 67.5 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 25 | 0 | 0.64 | 0.90 | 0.00 | 17.29 | 0.99 | 0.55 |
| Hex | FE | 5B | 19 | 0 | 40 | 5A | 0 | 11 | 63 | 37 |
| Octal | 376 | 133 | 31 | 0 | 100 | 132 | 0 | 21 | 143 | 67 |
| Binary | 11111110 | 1011011 | 11001 | 0 | 1000000 | 1011010 | 0 | 10001 | 1100011 | 110111 |
Color Harmonies of #FE5B19
Complementary color
Monochromatic Colors of #FE5B19
Black with #FE5B19
Text Example
Text Example
White with #FE5B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5B19; }
p { color: rgb(254,91,25); }
H1.HeaderClassName
{
color: #FE5B19;
}
.AnyTagClassName
{
color: #FE5B19;
}
</style>
background-color css
<style>
a { background-color: #FE5B19; }
a { background-color: rgb(254,91,25); }
div.DivClassName
{
background-color: #FE5B19;
}
.BgClassName
{
background-color: #FE5B19;
}
</style>
border-color css
<style>
span { border-color: #FE5B19; }
span { border-color: rgb(254,91,25); }
td.TdClassName
{
border-color: #FE5B19;
}
.TagClassName
{
border-color: #FE5B19;
}
</style>