Shades of Pumpkin #FE6F14
Tints of Pumpkin #FE6F14
RGB
CMYK
RGB Variations
Color information
#FE6F14 (or 0xFE6F14) is known color: Pumpkin. HEX triplet: FE, 6F and 14. RGB value is (254,111,20). Sum of RGB (Red+Green+Blue) = 254+111+20=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6F14 is #0190EB. Grayscale: #8F8F8F. Windows color (decimal): -102636 or 1339390. OLE color: 1339390.
HSL color Cylindrical-coordinate representation of color #FE6F14: hue angle of 23.33º 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 #FE6F14 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 111 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.00 |
| HSL | 23.33º | 0.99% | 0.54% | - |
| HSV(B) | 23.33º | 0.92% | 1% | - |
| XYZ | 46.68 | 32.49 | 4.47 | - |
| YUV | 143.38 | 58.38 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 111 | 20 | 0 | 0.56 | 0.92 | 0.00 | 23.33 | 0.99 | 0.54 |
| Hex | FE | 6F | 14 | 0 | 38 | 5C | 0 | 17 | 63 | 36 |
| Octal | 376 | 157 | 24 | 0 | 70 | 134 | 0 | 27 | 143 | 66 |
| Binary | 11111110 | 1101111 | 10100 | 0 | 111000 | 1011100 | 0 | 10111 | 1100011 | 110110 |
Color Harmonies of #FE6F14
Complementary color
Monochromatic Colors of #FE6F14
Black with #FE6F14
Text Example
Text Example
White with #FE6F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6F14; }
p { color: rgb(254,111,20); }
H1.HeaderClassName
{
color: #FE6F14;
}
.AnyTagClassName
{
color: #FE6F14;
}
</style>
background-color css
<style>
a { background-color: #FE6F14; }
a { background-color: rgb(254,111,20); }
div.DivClassName
{
background-color: #FE6F14;
}
.BgClassName
{
background-color: #FE6F14;
}
</style>
border-color css
<style>
span { border-color: #FE6F14; }
span { border-color: rgb(254,111,20); }
td.TdClassName
{
border-color: #FE6F14;
}
.TagClassName
{
border-color: #FE6F14;
}
</style>