Shades of Pumpkin #FE671E
Tints of Pumpkin #FE671E
RGB
CMYK
RGB Variations
Color information
#FE671E (or 0xFE671E) is known color: Pumpkin. HEX triplet: FE, 67 and 1E. RGB value is (254,103,30). Sum of RGB (Red+Green+Blue) = 254+103+30=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE671E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE671E is #0198E1. Grayscale: #8C8C8C. Windows color (decimal): -104674 or 1992702. OLE color: 1992702.
HSL color Cylindrical-coordinate representation of color #FE671E: hue angle of 19.55º 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 #FE671E is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 30 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.00 |
| HSL | 19.55º | 0.99% | 0.56% | - |
| HSV(B) | 19.55º | 0.88% | 1% | - |
| XYZ | 45.96 | 30.87 | 4.76 | - |
| YUV | 139.83 | 66.03 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 30 | 0 | 0.59 | 0.88 | 0.00 | 19.55 | 0.99 | 0.56 |
| Hex | FE | 67 | 1E | 0 | 3B | 58 | 0 | 14 | 63 | 38 |
| Octal | 376 | 147 | 36 | 0 | 73 | 130 | 0 | 24 | 143 | 70 |
| Binary | 11111110 | 1100111 | 11110 | 0 | 111011 | 1011000 | 0 | 10100 | 1100011 | 111000 |
Color Harmonies of #FE671E
Complementary color
Monochromatic Colors of #FE671E
Black with #FE671E
Text Example
Text Example
White with #FE671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE671E; }
p { color: rgb(254,103,30); }
H1.HeaderClassName
{
color: #FE671E;
}
.AnyTagClassName
{
color: #FE671E;
}
</style>
background-color css
<style>
a { background-color: #FE671E; }
a { background-color: rgb(254,103,30); }
div.DivClassName
{
background-color: #FE671E;
}
.BgClassName
{
background-color: #FE671E;
}
</style>
border-color css
<style>
span { border-color: #FE671E; }
span { border-color: rgb(254,103,30); }
td.TdClassName
{
border-color: #FE671E;
}
.TagClassName
{
border-color: #FE671E;
}
</style>