Shades of Pumpkin #F07220
Tints of Pumpkin #F07220
RGB
CMYK
RGB Variations
Color information
#F07220 (or 0xF07220) is known color: Pumpkin. HEX triplet: F0, 72 and 20. RGB value is (240,114,32). Sum of RGB (Red+Green+Blue) = 240+114+32=386 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.18% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 240 - color contains mainly: red. Hex color #F07220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07220 is #0F8DDF. Grayscale: #8E8E8E. Windows color (decimal): -1019360 or 2126576. OLE color: 2126576.
HSL color Cylindrical-coordinate representation of color #F07220: hue angle of 23.65º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F07220 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 32 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.06 |
| HSL | 23.65º | 0.87% | 0.53% | - |
| HSV(B) | 23.65º | 0.87% | 0.94% | - |
| XYZ | 42.21 | 30.66 | 5.06 | - |
| YUV | 142.33 | 65.74 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 32 | 0 | 0.52 | 0.87 | 0.06 | 23.65 | 0.87 | 0.53 |
| Hex | F0 | 72 | 20 | 0 | 34 | 57 | 6 | 18 | 57 | 35 |
| Octal | 360 | 162 | 40 | 0 | 64 | 127 | 6 | 30 | 127 | 65 |
| Binary | 11110000 | 1110010 | 100000 | 0 | 110100 | 1010111 | 110 | 11000 | 1010111 | 110101 |
Color Harmonies of #F07220
Complementary color
Monochromatic Colors of #F07220
Black with #F07220
Text Example
Text Example
White with #F07220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07220; }
p { color: rgb(240,114,32); }
H1.HeaderClassName
{
color: #F07220;
}
.AnyTagClassName
{
color: #F07220;
}
</style>
background-color css
<style>
a { background-color: #F07220; }
a { background-color: rgb(240,114,32); }
div.DivClassName
{
background-color: #F07220;
}
.BgClassName
{
background-color: #F07220;
}
</style>
border-color css
<style>
span { border-color: #F07220; }
span { border-color: rgb(240,114,32); }
td.TdClassName
{
border-color: #F07220;
}
.TagClassName
{
border-color: #F07220;
}
</style>