Shades of Pumpkin #FE681B
Tints of Pumpkin #FE681B
RGB
CMYK
RGB Variations
Color information
#FE681B (or 0xFE681B) is known color: Pumpkin. HEX triplet: FE, 68 and 1B. RGB value is (254,104,27). Sum of RGB (Red+Green+Blue) = 254+104+27=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE681B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE681B is #0197E4. Grayscale: #8C8C8C. Windows color (decimal): -104421 or 1796350. OLE color: 1796350.
HSL color Cylindrical-coordinate representation of color #FE681B: hue angle of 20.35º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE681B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 104 | 27 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.00 |
| HSL | 20.35º | 0.99% | 0.55% | - |
| HSV(B) | 20.35º | 0.89% | 1% | - |
| XYZ | 46.02 | 31.05 | 4.6 | - |
| YUV | 140.07 | 64.2 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 104 | 27 | 0 | 0.59 | 0.89 | 0.00 | 20.35 | 0.99 | 0.55 |
| Hex | FE | 68 | 1B | 0 | 3B | 59 | 0 | 14 | 63 | 37 |
| Octal | 376 | 150 | 33 | 0 | 73 | 131 | 0 | 24 | 143 | 67 |
| Binary | 11111110 | 1101000 | 11011 | 0 | 111011 | 1011001 | 0 | 10100 | 1100011 | 110111 |
Color Harmonies of #FE681B
Complementary color
Monochromatic Colors of #FE681B
Black with #FE681B
Text Example
Text Example
White with #FE681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE681B; }
p { color: rgb(254,104,27); }
H1.HeaderClassName
{
color: #FE681B;
}
.AnyTagClassName
{
color: #FE681B;
}
</style>
background-color css
<style>
a { background-color: #FE681B; }
a { background-color: rgb(254,104,27); }
div.DivClassName
{
background-color: #FE681B;
}
.BgClassName
{
background-color: #FE681B;
}
</style>
border-color css
<style>
span { border-color: #FE681B; }
span { border-color: rgb(254,104,27); }
td.TdClassName
{
border-color: #FE681B;
}
.TagClassName
{
border-color: #FE681B;
}
</style>