Shades of Pumpkin #FE5E16
Tints of Pumpkin #FE5E16
RGB
CMYK
RGB Variations
Color information
#FE5E16 (or 0xFE5E16) is known color: Pumpkin. HEX triplet: FE, 5E and 16. RGB value is (254,94,22). Sum of RGB (Red+Green+Blue) = 254+94+22=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 22 (8.98% from 255 or 5.95% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE5E16 is #01A1E9. Grayscale: #868686. Windows color (decimal): -106986 or 1466110. OLE color: 1466110.
HSL color Cylindrical-coordinate representation of color #FE5E16: hue angle of 18.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE5E16 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 94 | 22 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.00 |
| HSL | 18.62º | 0.99% | 0.54% | - |
| HSV(B) | 18.62º | 0.91% | 1% | - |
| XYZ | 45.02 | 29.13 | 4.01 | - |
| YUV | 133.63 | 65.01 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 94 | 22 | 0 | 0.63 | 0.91 | 0.00 | 18.62 | 0.99 | 0.54 |
| Hex | FE | 5E | 16 | 0 | 3F | 5B | 0 | 13 | 63 | 36 |
| Octal | 376 | 136 | 26 | 0 | 77 | 133 | 0 | 23 | 143 | 66 |
| Binary | 11111110 | 1011110 | 10110 | 0 | 111111 | 1011011 | 0 | 10011 | 1100011 | 110110 |
Color Harmonies of #FE5E16
Complementary color
Monochromatic Colors of #FE5E16
Black with #FE5E16
Text Example
Text Example
White with #FE5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5E16; }
p { color: rgb(254,94,22); }
H1.HeaderClassName
{
color: #FE5E16;
}
.AnyTagClassName
{
color: #FE5E16;
}
</style>
background-color css
<style>
a { background-color: #FE5E16; }
a { background-color: rgb(254,94,22); }
div.DivClassName
{
background-color: #FE5E16;
}
.BgClassName
{
background-color: #FE5E16;
}
</style>
border-color css
<style>
span { border-color: #FE5E16; }
span { border-color: rgb(254,94,22); }
td.TdClassName
{
border-color: #FE5E16;
}
.TagClassName
{
border-color: #FE5E16;
}
</style>