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