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