Shades of Pumpkin #F06D1B
Tints of Pumpkin #F06D1B
RGB
CMYK
RGB Variations
Color information
#F06D1B (or 0xF06D1B) is known color: Pumpkin. HEX triplet: F0, 6D and 1B. RGB value is (240,109,27). Sum of RGB (Red+Green+Blue) = 240+109+27=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D1B is #0F92E4. Grayscale: #8B8B8B. Windows color (decimal): -1020645 or 1797616. OLE color: 1797616.
HSL color Cylindrical-coordinate representation of color #F06D1B: hue angle of 23.1º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F06D1B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 27 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.06 |
| HSL | 23.1º | 0.88% | 0.52% | - |
| HSV(B) | 23.1º | 0.89% | 0.94% | - |
| XYZ | 41.6 | 29.54 | 4.55 | - |
| YUV | 138.82 | 64.9 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 27 | 0 | 0.55 | 0.89 | 0.06 | 23.1 | 0.88 | 0.52 |
| Hex | F0 | 6D | 1B | 0 | 37 | 59 | 6 | 17 | 58 | 34 |
| Octal | 360 | 155 | 33 | 0 | 67 | 131 | 6 | 27 | 130 | 64 |
| Binary | 11110000 | 1101101 | 11011 | 0 | 110111 | 1011001 | 110 | 10111 | 1011000 | 110100 |
Color Harmonies of #F06D1B
Complementary color
Monochromatic Colors of #F06D1B
Black with #F06D1B
Text Example
Text Example
White with #F06D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D1B; }
p { color: rgb(240,109,27); }
H1.HeaderClassName
{
color: #F06D1B;
}
.AnyTagClassName
{
color: #F06D1B;
}
</style>
background-color css
<style>
a { background-color: #F06D1B; }
a { background-color: rgb(240,109,27); }
div.DivClassName
{
background-color: #F06D1B;
}
.BgClassName
{
background-color: #F06D1B;
}
</style>
border-color css
<style>
span { border-color: #F06D1B; }
span { border-color: rgb(240,109,27); }
td.TdClassName
{
border-color: #F06D1B;
}
.TagClassName
{
border-color: #F06D1B;
}
</style>