Shades of Pumpkin #FE691E
Tints of Pumpkin #FE691E
RGB
CMYK
RGB Variations
Color information
#FE691E (or 0xFE691E) is known color: Pumpkin. HEX triplet: FE, 69 and 1E. RGB value is (254,105,30). Sum of RGB (Red+Green+Blue) = 254+105+30=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 30 (12.11% from 255 or 7.71% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE691E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE691E is #0196E1. Grayscale: #8D8D8D. Windows color (decimal): -104162 or 1993214. OLE color: 1993214.
HSL color Cylindrical-coordinate representation of color #FE691E: hue angle of 20.09º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE691E is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 30 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.00 |
| HSL | 20.09º | 0.99% | 0.56% | - |
| HSV(B) | 20.09º | 0.88% | 1% | - |
| XYZ | 46.16 | 31.27 | 4.83 | - |
| YUV | 141 | 65.36 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 30 | 0 | 0.59 | 0.88 | 0.00 | 20.09 | 0.99 | 0.56 |
| Hex | FE | 69 | 1E | 0 | 3B | 58 | 0 | 14 | 63 | 38 |
| Octal | 376 | 151 | 36 | 0 | 73 | 130 | 0 | 24 | 143 | 70 |
| Binary | 11111110 | 1101001 | 11110 | 0 | 111011 | 1011000 | 0 | 10100 | 1100011 | 111000 |
Color Harmonies of #FE691E
Complementary color
Monochromatic Colors of #FE691E
Black with #FE691E
Text Example
Text Example
White with #FE691E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE691E; }
p { color: rgb(254,105,30); }
H1.HeaderClassName
{
color: #FE691E;
}
.AnyTagClassName
{
color: #FE691E;
}
</style>
background-color css
<style>
a { background-color: #FE691E; }
a { background-color: rgb(254,105,30); }
div.DivClassName
{
background-color: #FE691E;
}
.BgClassName
{
background-color: #FE691E;
}
</style>
border-color css
<style>
span { border-color: #FE691E; }
span { border-color: rgb(254,105,30); }
td.TdClassName
{
border-color: #FE691E;
}
.TagClassName
{
border-color: #FE691E;
}
</style>