Shades of Pumpkin #FE681E
Tints of Pumpkin #FE681E
RGB
CMYK
RGB Variations
Color information
#FE681E (or 0xFE681E) is known color: Pumpkin. HEX triplet: FE, 68 and 1E. RGB value is (254,104,30). Sum of RGB (Red+Green+Blue) = 254+104+30=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 30 (12.11% from 255 or 7.73% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE681E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE681E is #0197E1. Grayscale: #8C8C8C. Windows color (decimal): -104418 or 1992958. OLE color: 1992958.
HSL color Cylindrical-coordinate representation of color #FE681E: hue angle of 19.82º 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 #FE681E is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 30 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.00 |
| HSL | 19.82º | 0.99% | 0.56% | - |
| HSV(B) | 19.82º | 0.88% | 1% | - |
| XYZ | 46.06 | 31.07 | 4.8 | - |
| YUV | 140.41 | 65.7 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 30 | 0 | 0.59 | 0.88 | 0.00 | 19.82 | 0.99 | 0.56 |
| Hex | FE | 68 | 1E | 0 | 3B | 58 | 0 | 14 | 63 | 38 |
| Octal | 376 | 150 | 36 | 0 | 73 | 130 | 0 | 24 | 143 | 70 |
| Binary | 11111110 | 1101000 | 11110 | 0 | 111011 | 1011000 | 0 | 10100 | 1100011 | 111000 |
Color Harmonies of #FE681E
Complementary color
Monochromatic Colors of #FE681E
Black with #FE681E
Text Example
Text Example
White with #FE681E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE681E; }
p { color: rgb(254,104,30); }
H1.HeaderClassName
{
color: #FE681E;
}
.AnyTagClassName
{
color: #FE681E;
}
</style>
background-color css
<style>
a { background-color: #FE681E; }
a { background-color: rgb(254,104,30); }
div.DivClassName
{
background-color: #FE681E;
}
.BgClassName
{
background-color: #FE681E;
}
</style>
border-color css
<style>
span { border-color: #FE681E; }
span { border-color: rgb(254,104,30); }
td.TdClassName
{
border-color: #FE681E;
}
.TagClassName
{
border-color: #FE681E;
}
</style>