Shades of Pumpkin #FE6416
Tints of Pumpkin #FE6416
RGB
CMYK
RGB Variations
Color information
#FE6416 (or 0xFE6416) is known color: Pumpkin. HEX triplet: FE, 64 and 16. RGB value is (254,100,22). Sum of RGB (Red+Green+Blue) = 254+100+22=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 22 (8.98% from 255 or 5.85% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6416 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6416 is #019BE9. Grayscale: #898989. Windows color (decimal): -105450 or 1467646. OLE color: 1467646.
HSL color Cylindrical-coordinate representation of color #FE6416: hue angle of 20.17º 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 #FE6416 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 100 | 22 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.00 |
| HSL | 20.17º | 0.99% | 0.54% | - |
| HSV(B) | 20.17º | 0.91% | 1% | - |
| XYZ | 45.58 | 30.24 | 4.19 | - |
| YUV | 137.15 | 63.02 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 100 | 22 | 0 | 0.61 | 0.91 | 0.00 | 20.17 | 0.99 | 0.54 |
| Hex | FE | 64 | 16 | 0 | 3D | 5B | 0 | 14 | 63 | 36 |
| Octal | 376 | 144 | 26 | 0 | 75 | 133 | 0 | 24 | 143 | 66 |
| Binary | 11111110 | 1100100 | 10110 | 0 | 111101 | 1011011 | 0 | 10100 | 1100011 | 110110 |
Color Harmonies of #FE6416
Complementary color
Monochromatic Colors of #FE6416
Black with #FE6416
Text Example
Text Example
White with #FE6416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6416; }
p { color: rgb(254,100,22); }
H1.HeaderClassName
{
color: #FE6416;
}
.AnyTagClassName
{
color: #FE6416;
}
</style>
background-color css
<style>
a { background-color: #FE6416; }
a { background-color: rgb(254,100,22); }
div.DivClassName
{
background-color: #FE6416;
}
.BgClassName
{
background-color: #FE6416;
}
</style>
border-color css
<style>
span { border-color: #FE6416; }
span { border-color: rgb(254,100,22); }
td.TdClassName
{
border-color: #FE6416;
}
.TagClassName
{
border-color: #FE6416;
}
</style>