Shades of Pumpkin #FE7119
Tints of Pumpkin #FE7119
RGB
CMYK
RGB Variations
Color information
#FE7119 (or 0xFE7119) is known color: Pumpkin. HEX triplet: FE, 71 and 19. RGB value is (254,113,25). Sum of RGB (Red+Green+Blue) = 254+113+25=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7119 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7119 is #018EE6. Grayscale: #919191. Windows color (decimal): -102119 or 1667582. OLE color: 1667582.
HSL color Cylindrical-coordinate representation of color #FE7119: hue angle of 23.06º 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 #FE7119 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 113 | 25 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.00 |
| HSL | 23.06º | 0.99% | 0.55% | - |
| HSV(B) | 23.06º | 0.9% | 1% | - |
| XYZ | 46.95 | 32.95 | 4.81 | - |
| YUV | 145.13 | 60.21 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 113 | 25 | 0 | 0.56 | 0.90 | 0.00 | 23.06 | 0.99 | 0.55 |
| Hex | FE | 71 | 19 | 0 | 38 | 5A | 0 | 17 | 63 | 37 |
| Octal | 376 | 161 | 31 | 0 | 70 | 132 | 0 | 27 | 143 | 67 |
| Binary | 11111110 | 1110001 | 11001 | 0 | 111000 | 1011010 | 0 | 10111 | 1100011 | 110111 |
Color Harmonies of #FE7119
Complementary color
Monochromatic Colors of #FE7119
Black with #FE7119
Text Example
Text Example
White with #FE7119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7119; }
p { color: rgb(254,113,25); }
H1.HeaderClassName
{
color: #FE7119;
}
.AnyTagClassName
{
color: #FE7119;
}
</style>
background-color css
<style>
a { background-color: #FE7119; }
a { background-color: rgb(254,113,25); }
div.DivClassName
{
background-color: #FE7119;
}
.BgClassName
{
background-color: #FE7119;
}
</style>
border-color css
<style>
span { border-color: #FE7119; }
span { border-color: rgb(254,113,25); }
td.TdClassName
{
border-color: #FE7119;
}
.TagClassName
{
border-color: #FE7119;
}
</style>