Shades of Pumpkin #FE691B
Tints of Pumpkin #FE691B
RGB
CMYK
RGB Variations
Color information
#FE691B (or 0xFE691B) is known color: Pumpkin. HEX triplet: FE, 69 and 1B. RGB value is (254,105,27). Sum of RGB (Red+Green+Blue) = 254+105+27=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE691B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE691B is #0196E4. Grayscale: #8D8D8D. Windows color (decimal): -104165 or 1796606. OLE color: 1796606.
HSL color Cylindrical-coordinate representation of color #FE691B: hue angle of 20.62º 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 #FE691B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 105 | 27 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.00 |
| HSL | 20.62º | 0.99% | 0.55% | - |
| HSV(B) | 20.62º | 0.89% | 1% | - |
| XYZ | 46.12 | 31.25 | 4.64 | - |
| YUV | 140.66 | 63.86 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 105 | 27 | 0 | 0.59 | 0.89 | 0.00 | 20.62 | 0.99 | 0.55 |
| Hex | FE | 69 | 1B | 0 | 3B | 59 | 0 | 15 | 63 | 37 |
| Octal | 376 | 151 | 33 | 0 | 73 | 131 | 0 | 25 | 143 | 67 |
| Binary | 11111110 | 1101001 | 11011 | 0 | 111011 | 1011001 | 0 | 10101 | 1100011 | 110111 |
Color Harmonies of #FE691B
Complementary color
Monochromatic Colors of #FE691B
Black with #FE691B
Text Example
Text Example
White with #FE691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE691B; }
p { color: rgb(254,105,27); }
H1.HeaderClassName
{
color: #FE691B;
}
.AnyTagClassName
{
color: #FE691B;
}
</style>
background-color css
<style>
a { background-color: #FE691B; }
a { background-color: rgb(254,105,27); }
div.DivClassName
{
background-color: #FE691B;
}
.BgClassName
{
background-color: #FE691B;
}
</style>
border-color css
<style>
span { border-color: #FE691B; }
span { border-color: rgb(254,105,27); }
td.TdClassName
{
border-color: #FE691B;
}
.TagClassName
{
border-color: #FE691B;
}
</style>