Shades of Pumpkin #FE821C
Tints of Pumpkin #FE821C
RGB
CMYK
RGB Variations
Color information
#FE821C (or 0xFE821C) is known color: Pumpkin. HEX triplet: FE, 82 and 1C. RGB value is (254,130,28). Sum of RGB (Red+Green+Blue) = 254+130+28=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE821C is #017DE3. Grayscale: #9B9B9B. Windows color (decimal): -97764 or 1868542. OLE color: 1868542.
HSL color Cylindrical-coordinate representation of color #FE821C: hue angle of 27.08º 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 #FE821C is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 130 | 28 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.00 |
| HSL | 27.08º | 0.99% | 0.55% | - |
| HSV(B) | 27.08º | 0.89% | 1% | - |
| XYZ | 49.07 | 37.12 | 5.68 | - |
| YUV | 155.45 | 56.08 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 130 | 28 | 0 | 0.49 | 0.89 | 0.00 | 27.08 | 0.99 | 0.55 |
| Hex | FE | 82 | 1C | 0 | 31 | 59 | 0 | 1B | 63 | 37 |
| Octal | 376 | 202 | 34 | 0 | 61 | 131 | 0 | 33 | 143 | 67 |
| Binary | 11111110 | 10000010 | 11100 | 0 | 110001 | 1011001 | 0 | 11011 | 1100011 | 110111 |
Color Harmonies of #FE821C
Complementary color
Monochromatic Colors of #FE821C
Black with #FE821C
Text Example
Text Example
White with #FE821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE821C; }
p { color: rgb(254,130,28); }
H1.HeaderClassName
{
color: #FE821C;
}
.AnyTagClassName
{
color: #FE821C;
}
</style>
background-color css
<style>
a { background-color: #FE821C; }
a { background-color: rgb(254,130,28); }
div.DivClassName
{
background-color: #FE821C;
}
.BgClassName
{
background-color: #FE821C;
}
</style>
border-color css
<style>
span { border-color: #FE821C; }
span { border-color: rgb(254,130,28); }
td.TdClassName
{
border-color: #FE821C;
}
.TagClassName
{
border-color: #FE821C;
}
</style>