Shades of Pumpkin #F66E0C
Tints of Pumpkin #F66E0C
RGB
CMYK
RGB Variations
Color information
#F66E0C (or 0xF66E0C) is known color: Pumpkin. HEX triplet: F6, 6E and 0C. RGB value is (246,110,12). Sum of RGB (Red+Green+Blue) = 246+110+12=368 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.85% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 246 - color contains mainly: red. Hex color #F66E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66E0C is #0991F3. Grayscale: #8C8C8C. Windows color (decimal): -627188 or 814838. OLE color: 814838.
HSL color Cylindrical-coordinate representation of color #F66E0C: hue angle of 25.13º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F66E0C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 110 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.04 |
| HSL | 25.13º | 0.93% | 0.51% | - |
| HSV(B) | 25.13º | 0.95% | 0.96% | - |
| XYZ | 43.65 | 30.77 | 3.99 | - |
| YUV | 139.49 | 56.06 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 110 | 12 | 0 | 0.55 | 0.95 | 0.04 | 25.13 | 0.93 | 0.51 |
| Hex | F6 | 6E | C | 0 | 37 | 5F | 4 | 19 | 5D | 33 |
| Octal | 366 | 156 | 14 | 0 | 67 | 137 | 4 | 31 | 135 | 63 |
| Binary | 11110110 | 1101110 | 1100 | 0 | 110111 | 1011111 | 100 | 11001 | 1011101 | 110011 |
Color Harmonies of #F66E0C
Complementary color
Monochromatic Colors of #F66E0C
Black with #F66E0C
Text Example
Text Example
White with #F66E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66E0C; }
p { color: rgb(246,110,12); }
H1.HeaderClassName
{
color: #F66E0C;
}
.AnyTagClassName
{
color: #F66E0C;
}
</style>
background-color css
<style>
a { background-color: #F66E0C; }
a { background-color: rgb(246,110,12); }
div.DivClassName
{
background-color: #F66E0C;
}
.BgClassName
{
background-color: #F66E0C;
}
</style>
border-color css
<style>
span { border-color: #F66E0C; }
span { border-color: rgb(246,110,12); }
td.TdClassName
{
border-color: #F66E0C;
}
.TagClassName
{
border-color: #F66E0C;
}
</style>