Shades of Pumpkin #F06614
Tints of Pumpkin #F06614
RGB
CMYK
RGB Variations
Color information
#F06614 (or 0xF06614) is known color: Pumpkin. HEX triplet: F0, 66 and 14. RGB value is (240,102,20). Sum of RGB (Red+Green+Blue) = 240+102+20=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F06614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06614 is #0F99EB. Grayscale: #868686. Windows color (decimal): -1022444 or 1337072. OLE color: 1337072.
HSL color Cylindrical-coordinate representation of color #F06614: hue angle of 22.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F06614 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 20 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.06 |
| HSL | 22.36º | 0.88% | 0.51% | - |
| HSV(B) | 22.36º | 0.92% | 0.94% | - |
| XYZ | 40.81 | 28.08 | 3.93 | - |
| YUV | 133.91 | 63.72 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 20 | 0 | 0.58 | 0.92 | 0.06 | 22.36 | 0.88 | 0.51 |
| Hex | F0 | 66 | 14 | 0 | 3A | 5C | 6 | 16 | 58 | 33 |
| Octal | 360 | 146 | 24 | 0 | 72 | 134 | 6 | 26 | 130 | 63 |
| Binary | 11110000 | 1100110 | 10100 | 0 | 111010 | 1011100 | 110 | 10110 | 1011000 | 110011 |
Color Harmonies of #F06614
Complementary color
Monochromatic Colors of #F06614
Black with #F06614
Text Example
Text Example
White with #F06614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06614; }
p { color: rgb(240,102,20); }
H1.HeaderClassName
{
color: #F06614;
}
.AnyTagClassName
{
color: #F06614;
}
</style>
background-color css
<style>
a { background-color: #F06614; }
a { background-color: rgb(240,102,20); }
div.DivClassName
{
background-color: #F06614;
}
.BgClassName
{
background-color: #F06614;
}
</style>
border-color css
<style>
span { border-color: #F06614; }
span { border-color: rgb(240,102,20); }
td.TdClassName
{
border-color: #F06614;
}
.TagClassName
{
border-color: #F06614;
}
</style>