Shades of Pumpkin #FE6814
Tints of Pumpkin #FE6814
RGB
CMYK
RGB Variations
Color information
#FE6814 (or 0xFE6814) is known color: Pumpkin. HEX triplet: FE, 68 and 14. RGB value is (254,104,20). Sum of RGB (Red+Green+Blue) = 254+104+20=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6814 is #0197EB. Grayscale: #8B8B8B. Windows color (decimal): -104428 or 1337598. OLE color: 1337598.
HSL color Cylindrical-coordinate representation of color #FE6814: hue angle of 21.54º 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 #FE6814 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.00 |
| HSL | 21.54º | 0.99% | 0.54% | - |
| HSV(B) | 21.54º | 0.92% | 1% | - |
| XYZ | 45.95 | 31.02 | 4.23 | - |
| YUV | 139.27 | 60.7 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 20 | 0 | 0.59 | 0.92 | 0.00 | 21.54 | 0.99 | 0.54 |
| Hex | FE | 68 | 14 | 0 | 3B | 5C | 0 | 16 | 63 | 36 |
| Octal | 376 | 150 | 24 | 0 | 73 | 134 | 0 | 26 | 143 | 66 |
| Binary | 11111110 | 1101000 | 10100 | 0 | 111011 | 1011100 | 0 | 10110 | 1100011 | 110110 |
Color Harmonies of #FE6814
Complementary color
Monochromatic Colors of #FE6814
Black with #FE6814
Text Example
Text Example
White with #FE6814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6814; }
p { color: rgb(254,104,20); }
H1.HeaderClassName
{
color: #FE6814;
}
.AnyTagClassName
{
color: #FE6814;
}
</style>
background-color css
<style>
a { background-color: #FE6814; }
a { background-color: rgb(254,104,20); }
div.DivClassName
{
background-color: #FE6814;
}
.BgClassName
{
background-color: #FE6814;
}
</style>
border-color css
<style>
span { border-color: #FE6814; }
span { border-color: rgb(254,104,20); }
td.TdClassName
{
border-color: #FE6814;
}
.TagClassName
{
border-color: #FE6814;
}
</style>