Shades of Pumpkin #F27622
Tints of Pumpkin #F27622
RGB
CMYK
RGB Variations
Color information
#F27622 (or 0xF27622) is known color: Pumpkin. HEX triplet: F2, 76 and 22. RGB value is (242,118,34). Sum of RGB (Red+Green+Blue) = 242+118+34=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F27622 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27622 is #0D89DD. Grayscale: #919191. Windows color (decimal): -887262 or 2258674. OLE color: 2258674.
HSL color Cylindrical-coordinate representation of color #F27622: hue angle of 24.23º 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 #F27622 is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 34 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.05 |
| HSL | 24.23º | 0.89% | 0.54% | - |
| HSV(B) | 24.23º | 0.86% | 0.95% | - |
| XYZ | 43.39 | 31.95 | 5.39 | - |
| YUV | 145.5 | 65.08 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 34 | 0 | 0.51 | 0.86 | 0.05 | 24.23 | 0.89 | 0.54 |
| Hex | F2 | 76 | 22 | 0 | 33 | 56 | 5 | 18 | 59 | 36 |
| Octal | 362 | 166 | 42 | 0 | 63 | 126 | 5 | 30 | 131 | 66 |
| Binary | 11110010 | 1110110 | 100010 | 0 | 110011 | 1010110 | 101 | 11000 | 1011001 | 110110 |
Color Harmonies of #F27622
Complementary color
Monochromatic Colors of #F27622
Black with #F27622
Text Example
Text Example
White with #F27622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27622; }
p { color: rgb(242,118,34); }
H1.HeaderClassName
{
color: #F27622;
}
.AnyTagClassName
{
color: #F27622;
}
</style>
background-color css
<style>
a { background-color: #F27622; }
a { background-color: rgb(242,118,34); }
div.DivClassName
{
background-color: #F27622;
}
.BgClassName
{
background-color: #F27622;
}
</style>
border-color css
<style>
span { border-color: #F27622; }
span { border-color: rgb(242,118,34); }
td.TdClassName
{
border-color: #F27622;
}
.TagClassName
{
border-color: #F27622;
}
</style>