Shades of Pumpkin #FE6A17
Tints of Pumpkin #FE6A17
RGB
CMYK
RGB Variations
Color information
#FE6A17 (or 0xFE6A17) is known color: Pumpkin. HEX triplet: FE, 6A and 17. RGB value is (254,106,23). Sum of RGB (Red+Green+Blue) = 254+106+23=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 23 (9.38% from 255 or 6.01% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6A17 is #0195E8. Grayscale: #8D8D8D. Windows color (decimal): -103913 or 1534718. OLE color: 1534718.
HSL color Cylindrical-coordinate representation of color #FE6A17: hue angle of 21.56º 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 #FE6A17 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 106 | 23 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.00 |
| HSL | 21.56º | 0.99% | 0.54% | - |
| HSV(B) | 21.56º | 0.91% | 1% | - |
| XYZ | 46.18 | 31.44 | 4.45 | - |
| YUV | 140.79 | 61.53 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 106 | 23 | 0 | 0.58 | 0.91 | 0.00 | 21.56 | 0.99 | 0.54 |
| Hex | FE | 6A | 17 | 0 | 3A | 5B | 0 | 16 | 63 | 36 |
| Octal | 376 | 152 | 27 | 0 | 72 | 133 | 0 | 26 | 143 | 66 |
| Binary | 11111110 | 1101010 | 10111 | 0 | 111010 | 1011011 | 0 | 10110 | 1100011 | 110110 |
Color Harmonies of #FE6A17
Complementary color
Monochromatic Colors of #FE6A17
Black with #FE6A17
Text Example
Text Example
White with #FE6A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6A17; }
p { color: rgb(254,106,23); }
H1.HeaderClassName
{
color: #FE6A17;
}
.AnyTagClassName
{
color: #FE6A17;
}
</style>
background-color css
<style>
a { background-color: #FE6A17; }
a { background-color: rgb(254,106,23); }
div.DivClassName
{
background-color: #FE6A17;
}
.BgClassName
{
background-color: #FE6A17;
}
</style>
border-color css
<style>
span { border-color: #FE6A17; }
span { border-color: rgb(254,106,23); }
td.TdClassName
{
border-color: #FE6A17;
}
.TagClassName
{
border-color: #FE6A17;
}
</style>