Shades of Pumpkin #FE6D1C
Tints of Pumpkin #FE6D1C
RGB
CMYK
RGB Variations
Color information
#FE6D1C (or 0xFE6D1C) is known color: Pumpkin. HEX triplet: FE, 6D and 1C. RGB value is (254,109,28). Sum of RGB (Red+Green+Blue) = 254+109+28=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D1C is #0192E3. Grayscale: #8F8F8F. Windows color (decimal): -103140 or 1863166. OLE color: 1863166.
HSL color Cylindrical-coordinate representation of color #FE6D1C: hue angle of 21.5º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE6D1C is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 28 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.00 |
| HSL | 21.5º | 0.99% | 0.55% | - |
| HSV(B) | 21.5º | 0.89% | 1% | - |
| XYZ | 46.55 | 32.09 | 4.84 | - |
| YUV | 143.12 | 63.04 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 28 | 0 | 0.57 | 0.89 | 0.00 | 21.5 | 0.99 | 0.55 |
| Hex | FE | 6D | 1C | 0 | 39 | 59 | 0 | 16 | 63 | 37 |
| Octal | 376 | 155 | 34 | 0 | 71 | 131 | 0 | 26 | 143 | 67 |
| Binary | 11111110 | 1101101 | 11100 | 0 | 111001 | 1011001 | 0 | 10110 | 1100011 | 110111 |
Color Harmonies of #FE6D1C
Complementary color
Monochromatic Colors of #FE6D1C
Black with #FE6D1C
Text Example
Text Example
White with #FE6D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D1C; }
p { color: rgb(254,109,28); }
H1.HeaderClassName
{
color: #FE6D1C;
}
.AnyTagClassName
{
color: #FE6D1C;
}
</style>
background-color css
<style>
a { background-color: #FE6D1C; }
a { background-color: rgb(254,109,28); }
div.DivClassName
{
background-color: #FE6D1C;
}
.BgClassName
{
background-color: #FE6D1C;
}
</style>
border-color css
<style>
span { border-color: #FE6D1C; }
span { border-color: rgb(254,109,28); }
td.TdClassName
{
border-color: #FE6D1C;
}
.TagClassName
{
border-color: #FE6D1C;
}
</style>