Shades of Pumpkin #F66D1C
Tints of Pumpkin #F66D1C
RGB
CMYK
RGB Variations
Color information
#F66D1C (or 0xF66D1C) is known color: Pumpkin. HEX triplet: F6, 6D and 1C. RGB value is (246,109,28). Sum of RGB (Red+Green+Blue) = 246+109+28=383 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.23% from 383); Green value is 109 (42.97% from 255 or 28.46% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66D1C is #0992E3. Grayscale: #8D8D8D. Windows color (decimal): -627428 or 1863158. OLE color: 1863158.
HSL color Cylindrical-coordinate representation of color #F66D1C: hue angle of 22.29º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F66D1C is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 28 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.04 |
| HSL | 22.29º | 0.92% | 0.54% | - |
| HSV(B) | 22.29º | 0.89% | 0.96% | - |
| XYZ | 43.68 | 30.61 | 4.71 | - |
| YUV | 140.73 | 64.39 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 28 | 0 | 0.56 | 0.89 | 0.04 | 22.29 | 0.92 | 0.54 |
| Hex | F6 | 6D | 1C | 0 | 38 | 59 | 4 | 16 | 5C | 36 |
| Octal | 366 | 155 | 34 | 0 | 70 | 131 | 4 | 26 | 134 | 66 |
| Binary | 11110110 | 1101101 | 11100 | 0 | 111000 | 1011001 | 100 | 10110 | 1011100 | 110110 |
Color Harmonies of #F66D1C
Complementary color
Monochromatic Colors of #F66D1C
Black with #F66D1C
Text Example
Text Example
White with #F66D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D1C; }
p { color: rgb(246,109,28); }
H1.HeaderClassName
{
color: #F66D1C;
}
.AnyTagClassName
{
color: #F66D1C;
}
</style>
background-color css
<style>
a { background-color: #F66D1C; }
a { background-color: rgb(246,109,28); }
div.DivClassName
{
background-color: #F66D1C;
}
.BgClassName
{
background-color: #F66D1C;
}
</style>
border-color css
<style>
span { border-color: #F66D1C; }
span { border-color: rgb(246,109,28); }
td.TdClassName
{
border-color: #F66D1C;
}
.TagClassName
{
border-color: #F66D1C;
}
</style>