Shades of Pumpkin #FE6D14
Tints of Pumpkin #FE6D14
RGB
CMYK
RGB Variations
Color information
#FE6D14 (or 0xFE6D14) is known color: Pumpkin. HEX triplet: FE, 6D and 14. RGB value is (254,109,20). Sum of RGB (Red+Green+Blue) = 254+109+20=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6D14 is #0192EB. Grayscale: #8E8E8E. Windows color (decimal): -103148 or 1338878. OLE color: 1338878.
HSL color Cylindrical-coordinate representation of color #FE6D14: hue angle of 22.82º 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 #FE6D14 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 109 | 20 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.00 |
| HSL | 22.82º | 0.99% | 0.54% | - |
| HSV(B) | 22.82º | 0.92% | 1% | - |
| XYZ | 46.47 | 32.06 | 4.4 | - |
| YUV | 142.21 | 59.04 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 109 | 20 | 0 | 0.57 | 0.92 | 0.00 | 22.82 | 0.99 | 0.54 |
| Hex | FE | 6D | 14 | 0 | 39 | 5C | 0 | 17 | 63 | 36 |
| Octal | 376 | 155 | 24 | 0 | 71 | 134 | 0 | 27 | 143 | 66 |
| Binary | 11111110 | 1101101 | 10100 | 0 | 111001 | 1011100 | 0 | 10111 | 1100011 | 110110 |
Color Harmonies of #FE6D14
Complementary color
Monochromatic Colors of #FE6D14
Black with #FE6D14
Text Example
Text Example
White with #FE6D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6D14; }
p { color: rgb(254,109,20); }
H1.HeaderClassName
{
color: #FE6D14;
}
.AnyTagClassName
{
color: #FE6D14;
}
</style>
background-color css
<style>
a { background-color: #FE6D14; }
a { background-color: rgb(254,109,20); }
div.DivClassName
{
background-color: #FE6D14;
}
.BgClassName
{
background-color: #FE6D14;
}
</style>
border-color css
<style>
span { border-color: #FE6D14; }
span { border-color: rgb(254,109,20); }
td.TdClassName
{
border-color: #FE6D14;
}
.TagClassName
{
border-color: #FE6D14;
}
</style>