Shades of Pumpkin #FE6D15
Tints of Pumpkin #FE6D15
RGB
CMYK
RGB Variations
Color information
#FE6D15 (or 0xFE6D15) is known color: Pumpkin. HEX triplet: FE, 6D and 15. RGB value is (254,109,21). Sum of RGB (Red+Green+Blue) = 254+109+21=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 21 (8.59% from 255 or 5.47% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6D15 is #0192EA. Grayscale: #8E8E8E. Windows color (decimal): -103147 or 1404414. OLE color: 1404414.
HSL color Cylindrical-coordinate representation of color #FE6D15: hue angle of 22.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE6D15 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 21 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.00 |
| HSL | 22.66º | 0.99% | 0.54% | - |
| HSV(B) | 22.66º | 0.92% | 1% | - |
| XYZ | 46.48 | 32.06 | 4.45 | - |
| YUV | 142.32 | 59.54 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 21 | 0 | 0.57 | 0.92 | 0.00 | 22.66 | 0.99 | 0.54 |
| Hex | FE | 6D | 15 | 0 | 39 | 5C | 0 | 17 | 63 | 36 |
| Octal | 376 | 155 | 25 | 0 | 71 | 134 | 0 | 27 | 143 | 66 |
| Binary | 11111110 | 1101101 | 10101 | 0 | 111001 | 1011100 | 0 | 10111 | 1100011 | 110110 |
Color Harmonies of #FE6D15
Complementary color
Monochromatic Colors of #FE6D15
Black with #FE6D15
Text Example
Text Example
White with #FE6D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D15; }
p { color: rgb(254,109,21); }
H1.HeaderClassName
{
color: #FE6D15;
}
.AnyTagClassName
{
color: #FE6D15;
}
</style>
background-color css
<style>
a { background-color: #FE6D15; }
a { background-color: rgb(254,109,21); }
div.DivClassName
{
background-color: #FE6D15;
}
.BgClassName
{
background-color: #FE6D15;
}
</style>
border-color css
<style>
span { border-color: #FE6D15; }
span { border-color: rgb(254,109,21); }
td.TdClassName
{
border-color: #FE6D15;
}
.TagClassName
{
border-color: #FE6D15;
}
</style>