Shades of Pumpkin #FE641D
Tints of Pumpkin #FE641D
RGB
CMYK
RGB Variations
Color information
#FE641D (or 0xFE641D) is known color: Pumpkin. HEX triplet: FE, 64 and 1D. RGB value is (254,100,29). Sum of RGB (Red+Green+Blue) = 254+100+29=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE641D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE641D is #019BE2. Grayscale: #8A8A8A. Windows color (decimal): -105443 or 1926398. OLE color: 1926398.
HSL color Cylindrical-coordinate representation of color #FE641D: hue angle of 18.93º 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 #FE641D is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 29 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.00 |
| HSL | 18.93º | 0.99% | 0.55% | - |
| HSV(B) | 18.93º | 0.89% | 1% | - |
| XYZ | 45.65 | 30.27 | 4.6 | - |
| YUV | 137.95 | 66.52 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 29 | 0 | 0.61 | 0.89 | 0.00 | 18.93 | 0.99 | 0.55 |
| Hex | FE | 64 | 1D | 0 | 3D | 59 | 0 | 13 | 63 | 37 |
| Octal | 376 | 144 | 35 | 0 | 75 | 131 | 0 | 23 | 143 | 67 |
| Binary | 11111110 | 1100100 | 11101 | 0 | 111101 | 1011001 | 0 | 10011 | 1100011 | 110111 |
Color Harmonies of #FE641D
Complementary color
Monochromatic Colors of #FE641D
Black with #FE641D
Text Example
Text Example
White with #FE641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE641D; }
p { color: rgb(254,100,29); }
H1.HeaderClassName
{
color: #FE641D;
}
.AnyTagClassName
{
color: #FE641D;
}
</style>
background-color css
<style>
a { background-color: #FE641D; }
a { background-color: rgb(254,100,29); }
div.DivClassName
{
background-color: #FE641D;
}
.BgClassName
{
background-color: #FE641D;
}
</style>
border-color css
<style>
span { border-color: #FE641D; }
span { border-color: rgb(254,100,29); }
td.TdClassName
{
border-color: #FE641D;
}
.TagClassName
{
border-color: #FE641D;
}
</style>