Shades of Pumpkin #F06721
Tints of Pumpkin #F06721
RGB
CMYK
RGB Variations
Color information
#F06721 (or 0xF06721) is known color: Pumpkin. HEX triplet: F0, 67 and 21. RGB value is (240,103,33). Sum of RGB (Red+Green+Blue) = 240+103+33=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 33 (13.28% from 255 or 8.78% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F06721 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06721 is #0F98DE. Grayscale: #888888. Windows color (decimal): -1022175 or 2189296. OLE color: 2189296.
HSL color Cylindrical-coordinate representation of color #F06721: hue angle of 20.29º 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 #F06721 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 33 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.06 |
| HSL | 20.29º | 0.87% | 0.54% | - |
| HSV(B) | 20.29º | 0.86% | 0.94% | - |
| XYZ | 41.06 | 28.34 | 4.74 | - |
| YUV | 135.98 | 69.89 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 33 | 0 | 0.57 | 0.86 | 0.06 | 20.29 | 0.87 | 0.54 |
| Hex | F0 | 67 | 21 | 0 | 39 | 56 | 6 | 14 | 57 | 36 |
| Octal | 360 | 147 | 41 | 0 | 71 | 126 | 6 | 24 | 127 | 66 |
| Binary | 11110000 | 1100111 | 100001 | 0 | 111001 | 1010110 | 110 | 10100 | 1010111 | 110110 |
Color Harmonies of #F06721
Complementary color
Monochromatic Colors of #F06721
Black with #F06721
Text Example
Text Example
White with #F06721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06721; }
p { color: rgb(240,103,33); }
H1.HeaderClassName
{
color: #F06721;
}
.AnyTagClassName
{
color: #F06721;
}
</style>
background-color css
<style>
a { background-color: #F06721; }
a { background-color: rgb(240,103,33); }
div.DivClassName
{
background-color: #F06721;
}
.BgClassName
{
background-color: #F06721;
}
</style>
border-color css
<style>
span { border-color: #F06721; }
span { border-color: rgb(240,103,33); }
td.TdClassName
{
border-color: #F06721;
}
.TagClassName
{
border-color: #F06721;
}
</style>