Shades of Pumpkin #FE611D
Tints of Pumpkin #FE611D
RGB
CMYK
RGB Variations
Color information
#FE611D (or 0xFE611D) is known color: Pumpkin. HEX triplet: FE, 61 and 1D. RGB value is (254,97,29). Sum of RGB (Red+Green+Blue) = 254+97+29=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE611D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE611D is #019EE2. Grayscale: #888888. Windows color (decimal): -106211 or 1925630. OLE color: 1925630.
HSL color Cylindrical-coordinate representation of color #FE611D: hue angle of 18.13º 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 #FE611D is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 97 | 29 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.00 |
| HSL | 18.13º | 0.99% | 0.55% | - |
| HSV(B) | 18.13º | 0.89% | 1% | - |
| XYZ | 45.37 | 29.71 | 4.51 | - |
| YUV | 136.19 | 67.51 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 97 | 29 | 0 | 0.62 | 0.89 | 0.00 | 18.13 | 0.99 | 0.55 |
| Hex | FE | 61 | 1D | 0 | 3E | 59 | 0 | 12 | 63 | 37 |
| Octal | 376 | 141 | 35 | 0 | 76 | 131 | 0 | 22 | 143 | 67 |
| Binary | 11111110 | 1100001 | 11101 | 0 | 111110 | 1011001 | 0 | 10010 | 1100011 | 110111 |
Color Harmonies of #FE611D
Complementary color
Monochromatic Colors of #FE611D
Black with #FE611D
Text Example
Text Example
White with #FE611D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE611D; }
p { color: rgb(254,97,29); }
H1.HeaderClassName
{
color: #FE611D;
}
.AnyTagClassName
{
color: #FE611D;
}
</style>
background-color css
<style>
a { background-color: #FE611D; }
a { background-color: rgb(254,97,29); }
div.DivClassName
{
background-color: #FE611D;
}
.BgClassName
{
background-color: #FE611D;
}
</style>
border-color css
<style>
span { border-color: #FE611D; }
span { border-color: rgb(254,97,29); }
td.TdClassName
{
border-color: #FE611D;
}
.TagClassName
{
border-color: #FE611D;
}
</style>