Shades of Pumpkin #F26E22
Tints of Pumpkin #F26E22
RGB
CMYK
RGB Variations
Color information
#F26E22 (or 0xF26E22) is known color: Pumpkin. HEX triplet: F2, 6E and 22. RGB value is (242,110,34). Sum of RGB (Red+Green+Blue) = 242+110+34=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E22 is #0D91DD. Grayscale: #8D8D8D. Windows color (decimal): -889310 or 2256626. OLE color: 2256626.
HSL color Cylindrical-coordinate representation of color #F26E22: hue angle of 21.92º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F26E22 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 34 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.05 |
| HSL | 21.92º | 0.89% | 0.54% | - |
| HSV(B) | 21.92º | 0.86% | 0.95% | - |
| XYZ | 42.48 | 30.14 | 5.09 | - |
| YUV | 140.8 | 67.73 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 34 | 0 | 0.55 | 0.86 | 0.05 | 21.92 | 0.89 | 0.54 |
| Hex | F2 | 6E | 22 | 0 | 37 | 56 | 5 | 16 | 59 | 36 |
| Octal | 362 | 156 | 42 | 0 | 67 | 126 | 5 | 26 | 131 | 66 |
| Binary | 11110010 | 1101110 | 100010 | 0 | 110111 | 1010110 | 101 | 10110 | 1011001 | 110110 |
Color Harmonies of #F26E22
Complementary color
Monochromatic Colors of #F26E22
Black with #F26E22
Text Example
Text Example
White with #F26E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E22; }
p { color: rgb(242,110,34); }
H1.HeaderClassName
{
color: #F26E22;
}
.AnyTagClassName
{
color: #F26E22;
}
</style>
background-color css
<style>
a { background-color: #F26E22; }
a { background-color: rgb(242,110,34); }
div.DivClassName
{
background-color: #F26E22;
}
.BgClassName
{
background-color: #F26E22;
}
</style>
border-color css
<style>
span { border-color: #F26E22; }
span { border-color: rgb(242,110,34); }
td.TdClassName
{
border-color: #F26E22;
}
.TagClassName
{
border-color: #F26E22;
}
</style>