Shades of Pumpkin #FE601D
Tints of Pumpkin #FE601D
RGB
CMYK
RGB Variations
Color information
#FE601D (or 0xFE601D) is known color: Pumpkin. HEX triplet: FE, 60 and 1D. RGB value is (254,96,29). Sum of RGB (Red+Green+Blue) = 254+96+29=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE601D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE601D is #019FE2. Grayscale: #888888. Windows color (decimal): -106467 or 1925374. OLE color: 1925374.
HSL color Cylindrical-coordinate representation of color #FE601D: hue angle of 17.87º 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 #FE601D is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 96 | 29 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.00 |
| HSL | 17.87º | 0.99% | 0.55% | - |
| HSV(B) | 17.87º | 0.89% | 1% | - |
| XYZ | 45.28 | 29.53 | 4.47 | - |
| YUV | 135.6 | 67.85 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 96 | 29 | 0 | 0.62 | 0.89 | 0.00 | 17.87 | 0.99 | 0.55 |
| Hex | FE | 60 | 1D | 0 | 3E | 59 | 0 | 12 | 63 | 37 |
| Octal | 376 | 140 | 35 | 0 | 76 | 131 | 0 | 22 | 143 | 67 |
| Binary | 11111110 | 1100000 | 11101 | 0 | 111110 | 1011001 | 0 | 10010 | 1100011 | 110111 |
Color Harmonies of #FE601D
Complementary color
Monochromatic Colors of #FE601D
Black with #FE601D
Text Example
Text Example
White with #FE601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE601D; }
p { color: rgb(254,96,29); }
H1.HeaderClassName
{
color: #FE601D;
}
.AnyTagClassName
{
color: #FE601D;
}
</style>
background-color css
<style>
a { background-color: #FE601D; }
a { background-color: rgb(254,96,29); }
div.DivClassName
{
background-color: #FE601D;
}
.BgClassName
{
background-color: #FE601D;
}
</style>
border-color css
<style>
span { border-color: #FE601D; }
span { border-color: rgb(254,96,29); }
td.TdClassName
{
border-color: #FE601D;
}
.TagClassName
{
border-color: #FE601D;
}
</style>