Shades of Pumpkin #FE691F
Tints of Pumpkin #FE691F
RGB
CMYK
RGB Variations
Color information
#FE691F (or 0xFE691F) is known color: Pumpkin. HEX triplet: FE, 69 and 1F. RGB value is (254,105,31). Sum of RGB (Red+Green+Blue) = 254+105+31=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 31 (12.5% from 255 or 7.95% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE691F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE691F is #0196E0. Grayscale: #8D8D8D. Windows color (decimal): -104161 or 2058750. OLE color: 2058750.
HSL color Cylindrical-coordinate representation of color #FE691F: hue angle of 19.91º 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 #FE691F is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 31 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.00 |
| HSL | 19.91º | 0.99% | 0.56% | - |
| HSV(B) | 19.91º | 0.88% | 1% | - |
| XYZ | 46.17 | 31.27 | 4.9 | - |
| YUV | 141.12 | 65.86 | 208.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 31 | 0 | 0.59 | 0.88 | 0.00 | 19.91 | 0.99 | 0.56 |
| Hex | FE | 69 | 1F | 0 | 3B | 58 | 0 | 14 | 63 | 38 |
| Octal | 376 | 151 | 37 | 0 | 73 | 130 | 0 | 24 | 143 | 70 |
| Binary | 11111110 | 1101001 | 11111 | 0 | 111011 | 1011000 | 0 | 10100 | 1100011 | 111000 |
Color Harmonies of #FE691F
Complementary color
Monochromatic Colors of #FE691F
Black with #FE691F
Text Example
Text Example
White with #FE691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE691F; }
p { color: rgb(254,105,31); }
H1.HeaderClassName
{
color: #FE691F;
}
.AnyTagClassName
{
color: #FE691F;
}
</style>
background-color css
<style>
a { background-color: #FE691F; }
a { background-color: rgb(254,105,31); }
div.DivClassName
{
background-color: #FE691F;
}
.BgClassName
{
background-color: #FE691F;
}
</style>
border-color css
<style>
span { border-color: #FE691F; }
span { border-color: rgb(254,105,31); }
td.TdClassName
{
border-color: #FE691F;
}
.TagClassName
{
border-color: #FE691F;
}
</style>