Shades of Pumpkin #F26322
Tints of Pumpkin #F26322
RGB
CMYK
RGB Variations
Color information
#F26322 (or 0xF26322) is known color: Pumpkin. HEX triplet: F2, 63 and 22. RGB value is (242,99,34). Sum of RGB (Red+Green+Blue) = 242+99+34=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F26322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26322 is #0D9CDD. Grayscale: #868686. Windows color (decimal): -892126 or 2253810. OLE color: 2253810.
HSL color Cylindrical-coordinate representation of color #F26322: hue angle of 18.75º 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 #F26322 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 34 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.05 |
| HSL | 18.75º | 0.89% | 0.54% | - |
| HSV(B) | 18.75º | 0.86% | 0.95% | - |
| XYZ | 41.37 | 27.92 | 4.72 | - |
| YUV | 134.35 | 71.38 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 34 | 0 | 0.59 | 0.86 | 0.05 | 18.75 | 0.89 | 0.54 |
| Hex | F2 | 63 | 22 | 0 | 3B | 56 | 5 | 13 | 59 | 36 |
| Octal | 362 | 143 | 42 | 0 | 73 | 126 | 5 | 23 | 131 | 66 |
| Binary | 11110010 | 1100011 | 100010 | 0 | 111011 | 1010110 | 101 | 10011 | 1011001 | 110110 |
Color Harmonies of #F26322
Complementary color
Monochromatic Colors of #F26322
Black with #F26322
Text Example
Text Example
White with #F26322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26322; }
p { color: rgb(242,99,34); }
H1.HeaderClassName
{
color: #F26322;
}
.AnyTagClassName
{
color: #F26322;
}
</style>
background-color css
<style>
a { background-color: #F26322; }
a { background-color: rgb(242,99,34); }
div.DivClassName
{
background-color: #F26322;
}
.BgClassName
{
background-color: #F26322;
}
</style>
border-color css
<style>
span { border-color: #F26322; }
span { border-color: rgb(242,99,34); }
td.TdClassName
{
border-color: #F26322;
}
.TagClassName
{
border-color: #F26322;
}
</style>