Shades of Pumpkin #FE681F
Tints of Pumpkin #FE681F
RGB
CMYK
RGB Variations
Color information
#FE681F (or 0xFE681F) is known color: Pumpkin. HEX triplet: FE, 68 and 1F. RGB value is (254,104,31). Sum of RGB (Red+Green+Blue) = 254+104+31=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 31 (12.5% from 255 or 7.97% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE681F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE681F is #0197E0. Grayscale: #8C8C8C. Windows color (decimal): -104417 or 2058494. OLE color: 2058494.
HSL color Cylindrical-coordinate representation of color #FE681F: hue angle of 19.64º 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 #FE681F is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 31 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.00 |
| HSL | 19.64º | 0.99% | 0.56% | - |
| HSV(B) | 19.64º | 0.88% | 1% | - |
| XYZ | 46.07 | 31.07 | 4.87 | - |
| YUV | 140.53 | 66.2 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 31 | 0 | 0.59 | 0.88 | 0.00 | 19.64 | 0.99 | 0.56 |
| Hex | FE | 68 | 1F | 0 | 3B | 58 | 0 | 14 | 63 | 38 |
| Octal | 376 | 150 | 37 | 0 | 73 | 130 | 0 | 24 | 143 | 70 |
| Binary | 11111110 | 1101000 | 11111 | 0 | 111011 | 1011000 | 0 | 10100 | 1100011 | 111000 |
Color Harmonies of #FE681F
Complementary color
Monochromatic Colors of #FE681F
Black with #FE681F
Text Example
Text Example
White with #FE681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE681F; }
p { color: rgb(254,104,31); }
H1.HeaderClassName
{
color: #FE681F;
}
.AnyTagClassName
{
color: #FE681F;
}
</style>
background-color css
<style>
a { background-color: #FE681F; }
a { background-color: rgb(254,104,31); }
div.DivClassName
{
background-color: #FE681F;
}
.BgClassName
{
background-color: #FE681F;
}
</style>
border-color css
<style>
span { border-color: #FE681F; }
span { border-color: rgb(254,104,31); }
td.TdClassName
{
border-color: #FE681F;
}
.TagClassName
{
border-color: #FE681F;
}
</style>