Shades of Pumpkin #FE6219
Tints of Pumpkin #FE6219
RGB
CMYK
RGB Variations
Color information
#FE6219 (or 0xFE6219) is known color: Pumpkin. HEX triplet: FE, 62 and 19. RGB value is (254,98,25). Sum of RGB (Red+Green+Blue) = 254+98+25=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6219 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6219 is #019DE6. Grayscale: #888888. Windows color (decimal): -105959 or 1663742. OLE color: 1663742.
HSL color Cylindrical-coordinate representation of color #FE6219: hue angle of 19.13º 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 #FE6219 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 25 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.00 |
| HSL | 19.13º | 0.99% | 0.55% | - |
| HSV(B) | 19.13º | 0.9% | 1% | - |
| XYZ | 45.42 | 29.88 | 4.29 | - |
| YUV | 136.32 | 65.18 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 25 | 0 | 0.61 | 0.90 | 0.00 | 19.13 | 0.99 | 0.55 |
| Hex | FE | 62 | 19 | 0 | 3D | 5A | 0 | 13 | 63 | 37 |
| Octal | 376 | 142 | 31 | 0 | 75 | 132 | 0 | 23 | 143 | 67 |
| Binary | 11111110 | 1100010 | 11001 | 0 | 111101 | 1011010 | 0 | 10011 | 1100011 | 110111 |
Color Harmonies of #FE6219
Complementary color
Monochromatic Colors of #FE6219
Black with #FE6219
Text Example
Text Example
White with #FE6219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6219; }
p { color: rgb(254,98,25); }
H1.HeaderClassName
{
color: #FE6219;
}
.AnyTagClassName
{
color: #FE6219;
}
</style>
background-color css
<style>
a { background-color: #FE6219; }
a { background-color: rgb(254,98,25); }
div.DivClassName
{
background-color: #FE6219;
}
.BgClassName
{
background-color: #FE6219;
}
</style>
border-color css
<style>
span { border-color: #FE6219; }
span { border-color: rgb(254,98,25); }
td.TdClassName
{
border-color: #FE6219;
}
.TagClassName
{
border-color: #FE6219;
}
</style>