Shades of Pumpkin #F66D0F
Tints of Pumpkin #F66D0F
RGB
CMYK
RGB Variations
Color information
#F66D0F (or 0xF66D0F) is known color: Pumpkin. HEX triplet: F6, 6D and 0F. RGB value is (246,109,15). Sum of RGB (Red+Green+Blue) = 246+109+15=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 109 (42.97% from 255 or 29.46% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66D0F is #0992F0. Grayscale: #8B8B8B. Windows color (decimal): -627441 or 1011190. OLE color: 1011190.
HSL color Cylindrical-coordinate representation of color #F66D0F: hue angle of 24.42º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F66D0F is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 15 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.04 |
| HSL | 24.42º | 0.93% | 0.51% | - |
| HSV(B) | 24.42º | 0.94% | 0.96% | - |
| XYZ | 43.56 | 30.56 | 4.06 | - |
| YUV | 139.25 | 57.89 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 15 | 0 | 0.56 | 0.94 | 0.04 | 24.42 | 0.93 | 0.51 |
| Hex | F6 | 6D | F | 0 | 38 | 5E | 4 | 18 | 5D | 33 |
| Octal | 366 | 155 | 17 | 0 | 70 | 136 | 4 | 30 | 135 | 63 |
| Binary | 11110110 | 1101101 | 1111 | 0 | 111000 | 1011110 | 100 | 11000 | 1011101 | 110011 |
Color Harmonies of #F66D0F
Complementary color
Monochromatic Colors of #F66D0F
Black with #F66D0F
Text Example
Text Example
White with #F66D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D0F; }
p { color: rgb(246,109,15); }
H1.HeaderClassName
{
color: #F66D0F;
}
.AnyTagClassName
{
color: #F66D0F;
}
</style>
background-color css
<style>
a { background-color: #F66D0F; }
a { background-color: rgb(246,109,15); }
div.DivClassName
{
background-color: #F66D0F;
}
.BgClassName
{
background-color: #F66D0F;
}
</style>
border-color css
<style>
span { border-color: #F66D0F; }
span { border-color: rgb(246,109,15); }
td.TdClassName
{
border-color: #F66D0F;
}
.TagClassName
{
border-color: #F66D0F;
}
</style>