Shades of Pumpkin #FE6D1E
Tints of Pumpkin #FE6D1E
RGB
CMYK
RGB Variations
Color information
#FE6D1E (or 0xFE6D1E) is known color: Pumpkin. HEX triplet: FE, 6D and 1E. RGB value is (254,109,30). Sum of RGB (Red+Green+Blue) = 254+109+30=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D1E is #0192E1. Grayscale: #8F8F8F. Windows color (decimal): -103138 or 1994238. OLE color: 1994238.
HSL color Cylindrical-coordinate representation of color #FE6D1E: hue angle of 21.16º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE6D1E is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 30 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.00 |
| HSL | 21.16º | 0.99% | 0.56% | - |
| HSV(B) | 21.16º | 0.88% | 1% | - |
| XYZ | 46.58 | 32.1 | 4.97 | - |
| YUV | 143.35 | 64.04 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 30 | 0 | 0.57 | 0.88 | 0.00 | 21.16 | 0.99 | 0.56 |
| Hex | FE | 6D | 1E | 0 | 39 | 58 | 0 | 15 | 63 | 38 |
| Octal | 376 | 155 | 36 | 0 | 71 | 130 | 0 | 25 | 143 | 70 |
| Binary | 11111110 | 1101101 | 11110 | 0 | 111001 | 1011000 | 0 | 10101 | 1100011 | 111000 |
Color Harmonies of #FE6D1E
Complementary color
Monochromatic Colors of #FE6D1E
Black with #FE6D1E
Text Example
Text Example
White with #FE6D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D1E; }
p { color: rgb(254,109,30); }
H1.HeaderClassName
{
color: #FE6D1E;
}
.AnyTagClassName
{
color: #FE6D1E;
}
</style>
background-color css
<style>
a { background-color: #FE6D1E; }
a { background-color: rgb(254,109,30); }
div.DivClassName
{
background-color: #FE6D1E;
}
.BgClassName
{
background-color: #FE6D1E;
}
</style>
border-color css
<style>
span { border-color: #FE6D1E; }
span { border-color: rgb(254,109,30); }
td.TdClassName
{
border-color: #FE6D1E;
}
.TagClassName
{
border-color: #FE6D1E;
}
</style>