Shades of Pumpkin #F06422
Tints of Pumpkin #F06422
RGB
CMYK
RGB Variations
Color information
#F06422 (or 0xF06422) is known color: Pumpkin. HEX triplet: F0, 64 and 22. RGB value is (240,100,34). Sum of RGB (Red+Green+Blue) = 240+100+34=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 34 (13.67% from 255 or 9.09% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F06422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06422 is #0F9BDD. Grayscale: #868686. Windows color (decimal): -1022942 or 2254064. OLE color: 2254064.
HSL color Cylindrical-coordinate representation of color #F06422: hue angle of 19.22º 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 #F06422 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 34 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.06 |
| HSL | 19.22º | 0.87% | 0.54% | - |
| HSV(B) | 19.22º | 0.86% | 0.94% | - |
| XYZ | 40.78 | 27.76 | 4.72 | - |
| YUV | 134.34 | 71.38 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 34 | 0 | 0.58 | 0.86 | 0.06 | 19.22 | 0.87 | 0.54 |
| Hex | F0 | 64 | 22 | 0 | 3A | 56 | 6 | 13 | 57 | 36 |
| Octal | 360 | 144 | 42 | 0 | 72 | 126 | 6 | 23 | 127 | 66 |
| Binary | 11110000 | 1100100 | 100010 | 0 | 111010 | 1010110 | 110 | 10011 | 1010111 | 110110 |
Color Harmonies of #F06422
Complementary color
Monochromatic Colors of #F06422
Black with #F06422
Text Example
Text Example
White with #F06422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06422; }
p { color: rgb(240,100,34); }
H1.HeaderClassName
{
color: #F06422;
}
.AnyTagClassName
{
color: #F06422;
}
</style>
background-color css
<style>
a { background-color: #F06422; }
a { background-color: rgb(240,100,34); }
div.DivClassName
{
background-color: #F06422;
}
.BgClassName
{
background-color: #F06422;
}
</style>
border-color css
<style>
span { border-color: #F06422; }
span { border-color: rgb(240,100,34); }
td.TdClassName
{
border-color: #F06422;
}
.TagClassName
{
border-color: #F06422;
}
</style>