Shades of Pumpkin #FE6622
Tints of Pumpkin #FE6622
RGB
CMYK
RGB Variations
Color information
#FE6622 (or 0xFE6622) is known color: Pumpkin. HEX triplet: FE, 66 and 22. RGB value is (254,102,34). Sum of RGB (Red+Green+Blue) = 254+102+34=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 102 (40.23% from 255 or 26.15% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6622 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6622 is #0199DD. Grayscale: #8C8C8C. Windows color (decimal): -104926 or 2254590. OLE color: 2254590.
HSL color Cylindrical-coordinate representation of color #FE6622: hue angle of 18.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE6622 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 102 | 34 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.00 |
| HSL | 18.55º | 0.99% | 0.56% | - |
| HSV(B) | 18.55º | 0.87% | 1% | - |
| XYZ | 45.91 | 30.69 | 5.02 | - |
| YUV | 139.7 | 68.36 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 102 | 34 | 0 | 0.60 | 0.87 | 0.00 | 18.55 | 0.99 | 0.56 |
| Hex | FE | 66 | 22 | 0 | 3C | 57 | 0 | 13 | 63 | 38 |
| Octal | 376 | 146 | 42 | 0 | 74 | 127 | 0 | 23 | 143 | 70 |
| Binary | 11111110 | 1100110 | 100010 | 0 | 111100 | 1010111 | 0 | 10011 | 1100011 | 111000 |
Color Harmonies of #FE6622
Complementary color
Monochromatic Colors of #FE6622
Black with #FE6622
Text Example
Text Example
White with #FE6622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6622; }
p { color: rgb(254,102,34); }
H1.HeaderClassName
{
color: #FE6622;
}
.AnyTagClassName
{
color: #FE6622;
}
</style>
background-color css
<style>
a { background-color: #FE6622; }
a { background-color: rgb(254,102,34); }
div.DivClassName
{
background-color: #FE6622;
}
.BgClassName
{
background-color: #FE6622;
}
</style>
border-color css
<style>
span { border-color: #FE6622; }
span { border-color: rgb(254,102,34); }
td.TdClassName
{
border-color: #FE6622;
}
.TagClassName
{
border-color: #FE6622;
}
</style>