Shades of Pumpkin #FE641E
Tints of Pumpkin #FE641E
RGB
CMYK
RGB Variations
Color information
#FE641E (or 0xFE641E) is known color: Pumpkin. HEX triplet: FE, 64 and 1E. RGB value is (254,100,30). Sum of RGB (Red+Green+Blue) = 254+100+30=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE641E is #019BE1. Grayscale: #8A8A8A. Windows color (decimal): -105442 or 1991934. OLE color: 1991934.
HSL color Cylindrical-coordinate representation of color #FE641E: hue angle of 18.75º 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 #FE641E is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 30 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.00 |
| HSL | 18.75º | 0.99% | 0.56% | - |
| HSV(B) | 18.75º | 0.88% | 1% | - |
| XYZ | 45.66 | 30.28 | 4.67 | - |
| YUV | 138.07 | 67.02 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 30 | 0 | 0.61 | 0.88 | 0.00 | 18.75 | 0.99 | 0.56 |
| Hex | FE | 64 | 1E | 0 | 3D | 58 | 0 | 13 | 63 | 38 |
| Octal | 376 | 144 | 36 | 0 | 75 | 130 | 0 | 23 | 143 | 70 |
| Binary | 11111110 | 1100100 | 11110 | 0 | 111101 | 1011000 | 0 | 10011 | 1100011 | 111000 |
Color Harmonies of #FE641E
Complementary color
Monochromatic Colors of #FE641E
Black with #FE641E
Text Example
Text Example
White with #FE641E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE641E; }
p { color: rgb(254,100,30); }
H1.HeaderClassName
{
color: #FE641E;
}
.AnyTagClassName
{
color: #FE641E;
}
</style>
background-color css
<style>
a { background-color: #FE641E; }
a { background-color: rgb(254,100,30); }
div.DivClassName
{
background-color: #FE641E;
}
.BgClassName
{
background-color: #FE641E;
}
</style>
border-color css
<style>
span { border-color: #FE641E; }
span { border-color: rgb(254,100,30); }
td.TdClassName
{
border-color: #FE641E;
}
.TagClassName
{
border-color: #FE641E;
}
</style>