Shades of Pumpkin #FE5D1D
Tints of Pumpkin #FE5D1D
RGB
CMYK
RGB Variations
Color information
#FE5D1D (or 0xFE5D1D) is known color: Pumpkin. HEX triplet: FE, 5D and 1D. RGB value is (254,93,29). Sum of RGB (Red+Green+Blue) = 254+93+29=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5D1D is #01A2E2. Grayscale: #868686. Windows color (decimal): -107235 or 1924606. OLE color: 1924606.
HSL color Cylindrical-coordinate representation of color #FE5D1D: hue angle of 17.07º 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 #FE5D1D is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 93 | 29 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.00 |
| HSL | 17.07º | 0.99% | 0.55% | - |
| HSV(B) | 17.07º | 0.89% | 1% | - |
| XYZ | 45.01 | 28.99 | 4.39 | - |
| YUV | 133.84 | 68.84 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 93 | 29 | 0 | 0.63 | 0.89 | 0.00 | 17.07 | 0.99 | 0.55 |
| Hex | FE | 5D | 1D | 0 | 3F | 59 | 0 | 11 | 63 | 37 |
| Octal | 376 | 135 | 35 | 0 | 77 | 131 | 0 | 21 | 143 | 67 |
| Binary | 11111110 | 1011101 | 11101 | 0 | 111111 | 1011001 | 0 | 10001 | 1100011 | 110111 |
Color Harmonies of #FE5D1D
Complementary color
Monochromatic Colors of #FE5D1D
Black with #FE5D1D
Text Example
Text Example
White with #FE5D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5D1D; }
p { color: rgb(254,93,29); }
H1.HeaderClassName
{
color: #FE5D1D;
}
.AnyTagClassName
{
color: #FE5D1D;
}
</style>
background-color css
<style>
a { background-color: #FE5D1D; }
a { background-color: rgb(254,93,29); }
div.DivClassName
{
background-color: #FE5D1D;
}
.BgClassName
{
background-color: #FE5D1D;
}
</style>
border-color css
<style>
span { border-color: #FE5D1D; }
span { border-color: rgb(254,93,29); }
td.TdClassName
{
border-color: #FE5D1D;
}
.TagClassName
{
border-color: #FE5D1D;
}
</style>