Shades of Pumpkin #FE6519
Tints of Pumpkin #FE6519
RGB
CMYK
RGB Variations
Color information
#FE6519 (or 0xFE6519) is known color: Pumpkin. HEX triplet: FE, 65 and 19. RGB value is (254,101,25). Sum of RGB (Red+Green+Blue) = 254+101+25=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6519 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6519 is #019AE6. Grayscale: #8A8A8A. Windows color (decimal): -105191 or 1664510. OLE color: 1664510.
HSL color Cylindrical-coordinate representation of color #FE6519: hue angle of 19.91º 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 #FE6519 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 101 | 25 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.00 |
| HSL | 19.91º | 0.99% | 0.55% | - |
| HSV(B) | 19.91º | 0.9% | 1% | - |
| XYZ | 45.7 | 30.45 | 4.39 | - |
| YUV | 138.08 | 64.19 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 101 | 25 | 0 | 0.60 | 0.90 | 0.00 | 19.91 | 0.99 | 0.55 |
| Hex | FE | 65 | 19 | 0 | 3C | 5A | 0 | 14 | 63 | 37 |
| Octal | 376 | 145 | 31 | 0 | 74 | 132 | 0 | 24 | 143 | 67 |
| Binary | 11111110 | 1100101 | 11001 | 0 | 111100 | 1011010 | 0 | 10100 | 1100011 | 110111 |
Color Harmonies of #FE6519
Complementary color
Monochromatic Colors of #FE6519
Black with #FE6519
Text Example
Text Example
White with #FE6519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6519; }
p { color: rgb(254,101,25); }
H1.HeaderClassName
{
color: #FE6519;
}
.AnyTagClassName
{
color: #FE6519;
}
</style>
background-color css
<style>
a { background-color: #FE6519; }
a { background-color: rgb(254,101,25); }
div.DivClassName
{
background-color: #FE6519;
}
.BgClassName
{
background-color: #FE6519;
}
</style>
border-color css
<style>
span { border-color: #FE6519; }
span { border-color: rgb(254,101,25); }
td.TdClassName
{
border-color: #FE6519;
}
.TagClassName
{
border-color: #FE6519;
}
</style>