Shades of Pumpkin #F66F0C
Tints of Pumpkin #F66F0C
RGB
CMYK
RGB Variations
Color information
#F66F0C (or 0xF66F0C) is known color: Pumpkin. HEX triplet: F6, 6F and 0C. RGB value is (246,111,12). Sum of RGB (Red+Green+Blue) = 246+111+12=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F66F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66F0C is #0990F3. Grayscale: #8C8C8C. Windows color (decimal): -626932 or 815094. OLE color: 815094.
HSL color Cylindrical-coordinate representation of color #F66F0C: hue angle of 25.38º 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 #F66F0C is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 111 | 12 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.04 |
| HSL | 25.38º | 0.93% | 0.51% | - |
| HSV(B) | 25.38º | 0.95% | 0.96% | - |
| XYZ | 43.76 | 30.99 | 4.02 | - |
| YUV | 140.08 | 55.73 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 111 | 12 | 0 | 0.55 | 0.95 | 0.04 | 25.38 | 0.93 | 0.51 |
| Hex | F6 | 6F | C | 0 | 37 | 5F | 4 | 19 | 5D | 33 |
| Octal | 366 | 157 | 14 | 0 | 67 | 137 | 4 | 31 | 135 | 63 |
| Binary | 11110110 | 1101111 | 1100 | 0 | 110111 | 1011111 | 100 | 11001 | 1011101 | 110011 |
Color Harmonies of #F66F0C
Complementary color
Monochromatic Colors of #F66F0C
Black with #F66F0C
Text Example
Text Example
White with #F66F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66F0C; }
p { color: rgb(246,111,12); }
H1.HeaderClassName
{
color: #F66F0C;
}
.AnyTagClassName
{
color: #F66F0C;
}
</style>
background-color css
<style>
a { background-color: #F66F0C; }
a { background-color: rgb(246,111,12); }
div.DivClassName
{
background-color: #F66F0C;
}
.BgClassName
{
background-color: #F66F0C;
}
</style>
border-color css
<style>
span { border-color: #F66F0C; }
span { border-color: rgb(246,111,12); }
td.TdClassName
{
border-color: #F66F0C;
}
.TagClassName
{
border-color: #F66F0C;
}
</style>