Shades of Pumpkin #FE6716
Tints of Pumpkin #FE6716
RGB
CMYK
RGB Variations
Color information
#FE6716 (or 0xFE6716) is known color: Pumpkin. HEX triplet: FE, 67 and 16. RGB value is (254,103,22). Sum of RGB (Red+Green+Blue) = 254+103+22=379 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.02% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6716 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6716 is #0198E9. Grayscale: #8B8B8B. Windows color (decimal): -104682 or 1468414. OLE color: 1468414.
HSL color Cylindrical-coordinate representation of color #FE6716: hue angle of 20.95º 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 #FE6716 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 103 | 22 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.00 |
| HSL | 20.95º | 0.99% | 0.54% | - |
| HSV(B) | 20.95º | 0.91% | 1% | - |
| XYZ | 45.87 | 30.83 | 4.29 | - |
| YUV | 138.92 | 62.03 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 103 | 22 | 0 | 0.59 | 0.91 | 0.00 | 20.95 | 0.99 | 0.54 |
| Hex | FE | 67 | 16 | 0 | 3B | 5B | 0 | 15 | 63 | 36 |
| Octal | 376 | 147 | 26 | 0 | 73 | 133 | 0 | 25 | 143 | 66 |
| Binary | 11111110 | 1100111 | 10110 | 0 | 111011 | 1011011 | 0 | 10101 | 1100011 | 110110 |
Color Harmonies of #FE6716
Complementary color
Monochromatic Colors of #FE6716
Black with #FE6716
Text Example
Text Example
White with #FE6716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6716; }
p { color: rgb(254,103,22); }
H1.HeaderClassName
{
color: #FE6716;
}
.AnyTagClassName
{
color: #FE6716;
}
</style>
background-color css
<style>
a { background-color: #FE6716; }
a { background-color: rgb(254,103,22); }
div.DivClassName
{
background-color: #FE6716;
}
.BgClassName
{
background-color: #FE6716;
}
</style>
border-color css
<style>
span { border-color: #FE6716; }
span { border-color: rgb(254,103,22); }
td.TdClassName
{
border-color: #FE6716;
}
.TagClassName
{
border-color: #FE6716;
}
</style>