Shades of Pumpkin #FE6C22
Tints of Pumpkin #FE6C22
RGB
CMYK
RGB Variations
Color information
#FE6C22 (or 0xFE6C22) is known color: Pumpkin. HEX triplet: FE, 6C and 22. RGB value is (254,108,34). Sum of RGB (Red+Green+Blue) = 254+108+34=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6C22 is #0193DD. Grayscale: #8F8F8F. Windows color (decimal): -103390 or 2256126. OLE color: 2256126.
HSL color Cylindrical-coordinate representation of color #FE6C22: hue angle of 20.18º 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 #FE6C22 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 108 | 34 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.00 |
| HSL | 20.18º | 0.99% | 0.56% | - |
| HSV(B) | 20.18º | 0.87% | 1% | - |
| XYZ | 46.52 | 31.91 | 5.22 | - |
| YUV | 143.22 | 66.37 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 108 | 34 | 0 | 0.57 | 0.87 | 0.00 | 20.18 | 0.99 | 0.56 |
| Hex | FE | 6C | 22 | 0 | 39 | 57 | 0 | 14 | 63 | 38 |
| Octal | 376 | 154 | 42 | 0 | 71 | 127 | 0 | 24 | 143 | 70 |
| Binary | 11111110 | 1101100 | 100010 | 0 | 111001 | 1010111 | 0 | 10100 | 1100011 | 111000 |
Color Harmonies of #FE6C22
Complementary color
Monochromatic Colors of #FE6C22
Black with #FE6C22
Text Example
Text Example
White with #FE6C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE6C22; }
p { color: rgb(254,108,34); }
H1.HeaderClassName
{
color: #FE6C22;
}
.AnyTagClassName
{
color: #FE6C22;
}
</style>
background-color css
<style>
a { background-color: #FE6C22; }
a { background-color: rgb(254,108,34); }
div.DivClassName
{
background-color: #FE6C22;
}
.BgClassName
{
background-color: #FE6C22;
}
</style>
border-color css
<style>
span { border-color: #FE6C22; }
span { border-color: rgb(254,108,34); }
td.TdClassName
{
border-color: #FE6C22;
}
.TagClassName
{
border-color: #FE6C22;
}
</style>