Shades of Pumpkin #FE691A
Tints of Pumpkin #FE691A
RGB
CMYK
RGB Variations
Color information
#FE691A (or 0xFE691A) is known color: Pumpkin. HEX triplet: FE, 69 and 1A. RGB value is (254,105,26). Sum of RGB (Red+Green+Blue) = 254+105+26=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE691A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE691A is #0196E5. Grayscale: #8D8D8D. Windows color (decimal): -104166 or 1731070. OLE color: 1731070.
HSL color Cylindrical-coordinate representation of color #FE691A: hue angle of 20.79º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE691A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 26 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.00 |
| HSL | 20.79º | 0.99% | 0.55% | - |
| HSV(B) | 20.79º | 0.9% | 1% | - |
| XYZ | 46.11 | 31.25 | 4.58 | - |
| YUV | 140.55 | 63.36 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 26 | 0 | 0.59 | 0.90 | 0.00 | 20.79 | 0.99 | 0.55 |
| Hex | FE | 69 | 1A | 0 | 3B | 5A | 0 | 15 | 63 | 37 |
| Octal | 376 | 151 | 32 | 0 | 73 | 132 | 0 | 25 | 143 | 67 |
| Binary | 11111110 | 1101001 | 11010 | 0 | 111011 | 1011010 | 0 | 10101 | 1100011 | 110111 |
Color Harmonies of #FE691A
Complementary color
Monochromatic Colors of #FE691A
Black with #FE691A
Text Example
Text Example
White with #FE691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE691A; }
p { color: rgb(254,105,26); }
H1.HeaderClassName
{
color: #FE691A;
}
.AnyTagClassName
{
color: #FE691A;
}
</style>
background-color css
<style>
a { background-color: #FE691A; }
a { background-color: rgb(254,105,26); }
div.DivClassName
{
background-color: #FE691A;
}
.BgClassName
{
background-color: #FE691A;
}
</style>
border-color css
<style>
span { border-color: #FE691A; }
span { border-color: rgb(254,105,26); }
td.TdClassName
{
border-color: #FE691A;
}
.TagClassName
{
border-color: #FE691A;
}
</style>