Shades of Pumpkin #FE6414
Tints of Pumpkin #FE6414
RGB
CMYK
RGB Variations
Color information
#FE6414 (or 0xFE6414) is known color: Pumpkin. HEX triplet: FE, 64 and 14. RGB value is (254,100,20). Sum of RGB (Red+Green+Blue) = 254+100+20=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6414 is #019BEB. Grayscale: #898989. Windows color (decimal): -105452 or 1336574. OLE color: 1336574.
HSL color Cylindrical-coordinate representation of color #FE6414: hue angle of 20.51º 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 #FE6414 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 20 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.00 |
| HSL | 20.51º | 0.99% | 0.54% | - |
| HSV(B) | 20.51º | 0.92% | 1% | - |
| XYZ | 45.56 | 30.24 | 4.1 | - |
| YUV | 136.93 | 62.02 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 20 | 0 | 0.61 | 0.92 | 0.00 | 20.51 | 0.99 | 0.54 |
| Hex | FE | 64 | 14 | 0 | 3D | 5C | 0 | 15 | 63 | 36 |
| Octal | 376 | 144 | 24 | 0 | 75 | 134 | 0 | 25 | 143 | 66 |
| Binary | 11111110 | 1100100 | 10100 | 0 | 111101 | 1011100 | 0 | 10101 | 1100011 | 110110 |
Color Harmonies of #FE6414
Complementary color
Monochromatic Colors of #FE6414
Black with #FE6414
Text Example
Text Example
White with #FE6414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6414; }
p { color: rgb(254,100,20); }
H1.HeaderClassName
{
color: #FE6414;
}
.AnyTagClassName
{
color: #FE6414;
}
</style>
background-color css
<style>
a { background-color: #FE6414; }
a { background-color: rgb(254,100,20); }
div.DivClassName
{
background-color: #FE6414;
}
.BgClassName
{
background-color: #FE6414;
}
</style>
border-color css
<style>
span { border-color: #FE6414; }
span { border-color: rgb(254,100,20); }
td.TdClassName
{
border-color: #FE6414;
}
.TagClassName
{
border-color: #FE6414;
}
</style>