Shades of Pumpkin #F66D14
Tints of Pumpkin #F66D14
RGB
CMYK
RGB Variations
Color information
#F66D14 (or 0xF66D14) is known color: Pumpkin. HEX triplet: F6, 6D and 14. RGB value is (246,109,20). Sum of RGB (Red+Green+Blue) = 246+109+20=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66D14 is #0992EB. Grayscale: #8C8C8C. Windows color (decimal): -627436 or 1338870. OLE color: 1338870.
HSL color Cylindrical-coordinate representation of color #F66D14: hue angle of 23.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F66D14 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 20 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.04 |
| HSL | 23.63º | 0.93% | 0.52% | - |
| HSV(B) | 23.63º | 0.92% | 0.96% | - |
| XYZ | 43.6 | 30.58 | 4.27 | - |
| YUV | 139.82 | 60.39 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 20 | 0 | 0.56 | 0.92 | 0.04 | 23.63 | 0.93 | 0.52 |
| Hex | F6 | 6D | 14 | 0 | 38 | 5C | 4 | 18 | 5D | 34 |
| Octal | 366 | 155 | 24 | 0 | 70 | 134 | 4 | 30 | 135 | 64 |
| Binary | 11110110 | 1101101 | 10100 | 0 | 111000 | 1011100 | 100 | 11000 | 1011101 | 110100 |
Color Harmonies of #F66D14
Complementary color
Monochromatic Colors of #F66D14
Black with #F66D14
Text Example
Text Example
White with #F66D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D14; }
p { color: rgb(246,109,20); }
H1.HeaderClassName
{
color: #F66D14;
}
.AnyTagClassName
{
color: #F66D14;
}
</style>
background-color css
<style>
a { background-color: #F66D14; }
a { background-color: rgb(246,109,20); }
div.DivClassName
{
background-color: #F66D14;
}
.BgClassName
{
background-color: #F66D14;
}
</style>
border-color css
<style>
span { border-color: #F66D14; }
span { border-color: rgb(246,109,20); }
td.TdClassName
{
border-color: #F66D14;
}
.TagClassName
{
border-color: #F66D14;
}
</style>