Shades of Pumpkin #F66D15
Tints of Pumpkin #F66D15
RGB
CMYK
RGB Variations
Color information
#F66D15 (or 0xF66D15) is known color: Pumpkin. HEX triplet: F6, 6D and 15. RGB value is (246,109,21). Sum of RGB (Red+Green+Blue) = 246+109+21=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66D15 is #0992EA. Grayscale: #8C8C8C. Windows color (decimal): -627435 or 1404406. OLE color: 1404406.
HSL color Cylindrical-coordinate representation of color #F66D15: hue angle of 23.47º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F66D15 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 21 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.04 |
| HSL | 23.47º | 0.93% | 0.52% | - |
| HSV(B) | 23.47º | 0.91% | 0.96% | - |
| XYZ | 43.61 | 30.58 | 4.31 | - |
| YUV | 139.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 21 | 0 | 0.56 | 0.91 | 0.04 | 23.47 | 0.93 | 0.52 |
| Hex | F6 | 6D | 15 | 0 | 38 | 5B | 4 | 17 | 5D | 34 |
| Octal | 366 | 155 | 25 | 0 | 70 | 133 | 4 | 27 | 135 | 64 |
| Binary | 11110110 | 1101101 | 10101 | 0 | 111000 | 1011011 | 100 | 10111 | 1011101 | 110100 |
Color Harmonies of #F66D15
Complementary color
Monochromatic Colors of #F66D15
Black with #F66D15
Text Example
Text Example
White with #F66D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D15; }
p { color: rgb(246,109,21); }
H1.HeaderClassName
{
color: #F66D15;
}
.AnyTagClassName
{
color: #F66D15;
}
</style>
background-color css
<style>
a { background-color: #F66D15; }
a { background-color: rgb(246,109,21); }
div.DivClassName
{
background-color: #F66D15;
}
.BgClassName
{
background-color: #F66D15;
}
</style>
border-color css
<style>
span { border-color: #F66D15; }
span { border-color: rgb(246,109,21); }
td.TdClassName
{
border-color: #F66D15;
}
.TagClassName
{
border-color: #F66D15;
}
</style>