Shades of Pumpkin #F06722
Tints of Pumpkin #F06722
RGB
CMYK
RGB Variations
Color information
#F06722 (or 0xF06722) is known color: Pumpkin. HEX triplet: F0, 67 and 22. RGB value is (240,103,34). Sum of RGB (Red+Green+Blue) = 240+103+34=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F06722 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06722 is #0F98DD. Grayscale: #888888. Windows color (decimal): -1022174 or 2254832. OLE color: 2254832.
HSL color Cylindrical-coordinate representation of color #F06722: hue angle of 20.1º 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 #F06722 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 34 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.06 |
| HSL | 20.1º | 0.87% | 0.54% | - |
| HSV(B) | 20.1º | 0.86% | 0.94% | - |
| XYZ | 41.07 | 28.34 | 4.82 | - |
| YUV | 136.1 | 70.39 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 34 | 0 | 0.57 | 0.86 | 0.06 | 20.1 | 0.87 | 0.54 |
| Hex | F0 | 67 | 22 | 0 | 39 | 56 | 6 | 14 | 57 | 36 |
| Octal | 360 | 147 | 42 | 0 | 71 | 126 | 6 | 24 | 127 | 66 |
| Binary | 11110000 | 1100111 | 100010 | 0 | 111001 | 1010110 | 110 | 10100 | 1010111 | 110110 |
Color Harmonies of #F06722
Complementary color
Monochromatic Colors of #F06722
Black with #F06722
Text Example
Text Example
White with #F06722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06722; }
p { color: rgb(240,103,34); }
H1.HeaderClassName
{
color: #F06722;
}
.AnyTagClassName
{
color: #F06722;
}
</style>
background-color css
<style>
a { background-color: #F06722; }
a { background-color: rgb(240,103,34); }
div.DivClassName
{
background-color: #F06722;
}
.BgClassName
{
background-color: #F06722;
}
</style>
border-color css
<style>
span { border-color: #F06722; }
span { border-color: rgb(240,103,34); }
td.TdClassName
{
border-color: #F06722;
}
.TagClassName
{
border-color: #F06722;
}
</style>