Shades of Pumpkin #FE6D1A
Tints of Pumpkin #FE6D1A
RGB
CMYK
RGB Variations
Color information
#FE6D1A (or 0xFE6D1A) is known color: Pumpkin. HEX triplet: FE, 6D and 1A. RGB value is (254,109,26). Sum of RGB (Red+Green+Blue) = 254+109+26=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 26 (10.55% from 255 or 6.68% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D1A is #0192E5. Grayscale: #8F8F8F. Windows color (decimal): -103142 or 1732094. OLE color: 1732094.
HSL color Cylindrical-coordinate representation of color #FE6D1A: hue angle of 21.84º 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 #FE6D1A is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 26 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.00 |
| HSL | 21.84º | 0.99% | 0.55% | - |
| HSV(B) | 21.84º | 0.9% | 1% | - |
| XYZ | 46.53 | 32.08 | 4.72 | - |
| YUV | 142.89 | 62.04 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 26 | 0 | 0.57 | 0.90 | 0.00 | 21.84 | 0.99 | 0.55 |
| Hex | FE | 6D | 1A | 0 | 39 | 5A | 0 | 16 | 63 | 37 |
| Octal | 376 | 155 | 32 | 0 | 71 | 132 | 0 | 26 | 143 | 67 |
| Binary | 11111110 | 1101101 | 11010 | 0 | 111001 | 1011010 | 0 | 10110 | 1100011 | 110111 |
Color Harmonies of #FE6D1A
Complementary color
Monochromatic Colors of #FE6D1A
Black with #FE6D1A
Text Example
Text Example
White with #FE6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D1A; }
p { color: rgb(254,109,26); }
H1.HeaderClassName
{
color: #FE6D1A;
}
.AnyTagClassName
{
color: #FE6D1A;
}
</style>
background-color css
<style>
a { background-color: #FE6D1A; }
a { background-color: rgb(254,109,26); }
div.DivClassName
{
background-color: #FE6D1A;
}
.BgClassName
{
background-color: #FE6D1A;
}
</style>
border-color css
<style>
span { border-color: #FE6D1A; }
span { border-color: rgb(254,109,26); }
td.TdClassName
{
border-color: #FE6D1A;
}
.TagClassName
{
border-color: #FE6D1A;
}
</style>