Shades of Pumpkin #F27022
Tints of Pumpkin #F27022
RGB
CMYK
RGB Variations
Color information
#F27022 (or 0xF27022) is known color: Pumpkin. HEX triplet: F2, 70 and 22. RGB value is (242,112,34). Sum of RGB (Red+Green+Blue) = 242+112+34=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F27022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27022 is #0D8FDD. Grayscale: #8E8E8E. Windows color (decimal): -888798 or 2257138. OLE color: 2257138.
HSL color Cylindrical-coordinate representation of color #F27022: hue angle of 22.5º 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 #F27022 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 34 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.05 |
| HSL | 22.5º | 0.89% | 0.54% | - |
| HSV(B) | 22.5º | 0.86% | 0.95% | - |
| XYZ | 42.7 | 30.58 | 5.17 | - |
| YUV | 141.98 | 67.07 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 34 | 0 | 0.54 | 0.86 | 0.05 | 22.5 | 0.89 | 0.54 |
| Hex | F2 | 70 | 22 | 0 | 36 | 56 | 5 | 16 | 59 | 36 |
| Octal | 362 | 160 | 42 | 0 | 66 | 126 | 5 | 26 | 131 | 66 |
| Binary | 11110010 | 1110000 | 100010 | 0 | 110110 | 1010110 | 101 | 10110 | 1011001 | 110110 |
Color Harmonies of #F27022
Complementary color
Monochromatic Colors of #F27022
Black with #F27022
Text Example
Text Example
White with #F27022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27022; }
p { color: rgb(242,112,34); }
H1.HeaderClassName
{
color: #F27022;
}
.AnyTagClassName
{
color: #F27022;
}
</style>
background-color css
<style>
a { background-color: #F27022; }
a { background-color: rgb(242,112,34); }
div.DivClassName
{
background-color: #F27022;
}
.BgClassName
{
background-color: #F27022;
}
</style>
border-color css
<style>
span { border-color: #F27022; }
span { border-color: rgb(242,112,34); }
td.TdClassName
{
border-color: #F27022;
}
.TagClassName
{
border-color: #F27022;
}
</style>