Shades of Pumpkin #FE6614
Tints of Pumpkin #FE6614
RGB
CMYK
RGB Variations
Color information
#FE6614 (or 0xFE6614) is known color: Pumpkin. HEX triplet: FE, 66 and 14. RGB value is (254,102,20). Sum of RGB (Red+Green+Blue) = 254+102+20=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6614 is #0199EB. Grayscale: #8A8A8A. Windows color (decimal): -104940 or 1337086. OLE color: 1337086.
HSL color Cylindrical-coordinate representation of color #FE6614: hue angle of 21.03º 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 #FE6614 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 20 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.00 |
| HSL | 21.03º | 0.99% | 0.54% | - |
| HSV(B) | 21.03º | 0.92% | 1% | - |
| XYZ | 45.75 | 30.62 | 4.16 | - |
| YUV | 138.1 | 61.36 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 20 | 0 | 0.60 | 0.92 | 0.00 | 21.03 | 0.99 | 0.54 |
| Hex | FE | 66 | 14 | 0 | 3C | 5C | 0 | 15 | 63 | 36 |
| Octal | 376 | 146 | 24 | 0 | 74 | 134 | 0 | 25 | 143 | 66 |
| Binary | 11111110 | 1100110 | 10100 | 0 | 111100 | 1011100 | 0 | 10101 | 1100011 | 110110 |
Color Harmonies of #FE6614
Complementary color
Monochromatic Colors of #FE6614
Black with #FE6614
Text Example
Text Example
White with #FE6614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6614; }
p { color: rgb(254,102,20); }
H1.HeaderClassName
{
color: #FE6614;
}
.AnyTagClassName
{
color: #FE6614;
}
</style>
background-color css
<style>
a { background-color: #FE6614; }
a { background-color: rgb(254,102,20); }
div.DivClassName
{
background-color: #FE6614;
}
.BgClassName
{
background-color: #FE6614;
}
</style>
border-color css
<style>
span { border-color: #FE6614; }
span { border-color: rgb(254,102,20); }
td.TdClassName
{
border-color: #FE6614;
}
.TagClassName
{
border-color: #FE6614;
}
</style>