Shades of Pumpkin #F07A22
Tints of Pumpkin #F07A22
RGB
CMYK
RGB Variations
Color information
#F07A22 (or 0xF07A22) is known color: Pumpkin. HEX triplet: F0, 7A and 22. RGB value is (240,122,34). Sum of RGB (Red+Green+Blue) = 240+122+34=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A22 is #0F85DD. Grayscale: #939393. Windows color (decimal): -1017310 or 2259696. OLE color: 2259696.
HSL color Cylindrical-coordinate representation of color #F07A22: hue angle of 25.63º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F07A22 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 122 | 34 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.06 |
| HSL | 25.63º | 0.87% | 0.54% | - |
| HSV(B) | 25.63º | 0.86% | 0.94% | - |
| XYZ | 43.18 | 32.56 | 5.52 | - |
| YUV | 147.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 122 | 34 | 0 | 0.49 | 0.86 | 0.06 | 25.63 | 0.87 | 0.54 |
| Hex | F0 | 7A | 22 | 0 | 31 | 56 | 6 | 1A | 57 | 36 |
| Octal | 360 | 172 | 42 | 0 | 61 | 126 | 6 | 32 | 127 | 66 |
| Binary | 11110000 | 1111010 | 100010 | 0 | 110001 | 1010110 | 110 | 11010 | 1010111 | 110110 |
Color Harmonies of #F07A22
Complementary color
Monochromatic Colors of #F07A22
Black with #F07A22
Text Example
Text Example
White with #F07A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07A22; }
p { color: rgb(240,122,34); }
H1.HeaderClassName
{
color: #F07A22;
}
.AnyTagClassName
{
color: #F07A22;
}
</style>
background-color css
<style>
a { background-color: #F07A22; }
a { background-color: rgb(240,122,34); }
div.DivClassName
{
background-color: #F07A22;
}
.BgClassName
{
background-color: #F07A22;
}
</style>
border-color css
<style>
span { border-color: #F07A22; }
span { border-color: rgb(240,122,34); }
td.TdClassName
{
border-color: #F07A22;
}
.TagClassName
{
border-color: #F07A22;
}
</style>