Shades of Pumpkin #F26622
Tints of Pumpkin #F26622
RGB
CMYK
RGB Variations
Color information
#F26622 (or 0xF26622) is known color: Pumpkin. HEX triplet: F2, 66 and 22. RGB value is (242,102,34). Sum of RGB (Red+Green+Blue) = 242+102+34=378 (50% of max value = 765). Red value is 242 (94.92% from 255 or 64.02% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 242 - color contains mainly: red. Hex color #F26622 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26622 is #0D99DD. Grayscale: #888888. Windows color (decimal): -891358 or 2254578. OLE color: 2254578.
HSL color Cylindrical-coordinate representation of color #F26622: hue angle of 19.62º 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 #F26622 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 34 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.05 |
| HSL | 19.62º | 0.89% | 0.54% | - |
| HSV(B) | 19.62º | 0.86% | 0.95% | - |
| XYZ | 41.66 | 28.5 | 4.82 | - |
| YUV | 136.11 | 70.38 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 34 | 0 | 0.58 | 0.86 | 0.05 | 19.62 | 0.89 | 0.54 |
| Hex | F2 | 66 | 22 | 0 | 3A | 56 | 5 | 14 | 59 | 36 |
| Octal | 362 | 146 | 42 | 0 | 72 | 126 | 5 | 24 | 131 | 66 |
| Binary | 11110010 | 1100110 | 100010 | 0 | 111010 | 1010110 | 101 | 10100 | 1011001 | 110110 |
Color Harmonies of #F26622
Complementary color
Monochromatic Colors of #F26622
Black with #F26622
Text Example
Text Example
White with #F26622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26622; }
p { color: rgb(242,102,34); }
H1.HeaderClassName
{
color: #F26622;
}
.AnyTagClassName
{
color: #F26622;
}
</style>
background-color css
<style>
a { background-color: #F26622; }
a { background-color: rgb(242,102,34); }
div.DivClassName
{
background-color: #F26622;
}
.BgClassName
{
background-color: #F26622;
}
</style>
border-color css
<style>
span { border-color: #F26622; }
span { border-color: rgb(242,102,34); }
td.TdClassName
{
border-color: #F26622;
}
.TagClassName
{
border-color: #F26622;
}
</style>