Shades of Pumpkin #F66A12
Tints of Pumpkin #F66A12
RGB
CMYK
RGB Variations
Color information
#F66A12 (or 0xF66A12) is known color: Pumpkin. HEX triplet: F6, 6A and 12. RGB value is (246,106,18). Sum of RGB (Red+Green+Blue) = 246+106+18=370 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.49% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66A12 is #0995ED. Grayscale: #8A8A8A. Windows color (decimal): -628206 or 1207030. OLE color: 1207030.
HSL color Cylindrical-coordinate representation of color #F66A12: hue angle of 23.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F66A12 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 18 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.04 |
| HSL | 23.16º | 0.93% | 0.52% | - |
| HSV(B) | 23.16º | 0.93% | 0.96% | - |
| XYZ | 43.27 | 29.94 | 4.07 | - |
| YUV | 137.83 | 60.38 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 18 | 0 | 0.57 | 0.93 | 0.04 | 23.16 | 0.93 | 0.52 |
| Hex | F6 | 6A | 12 | 0 | 39 | 5D | 4 | 17 | 5D | 34 |
| Octal | 366 | 152 | 22 | 0 | 71 | 135 | 4 | 27 | 135 | 64 |
| Binary | 11110110 | 1101010 | 10010 | 0 | 111001 | 1011101 | 100 | 10111 | 1011101 | 110100 |
Color Harmonies of #F66A12
Complementary color
Monochromatic Colors of #F66A12
Black with #F66A12
Text Example
Text Example
White with #F66A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66A12; }
p { color: rgb(246,106,18); }
H1.HeaderClassName
{
color: #F66A12;
}
.AnyTagClassName
{
color: #F66A12;
}
</style>
background-color css
<style>
a { background-color: #F66A12; }
a { background-color: rgb(246,106,18); }
div.DivClassName
{
background-color: #F66A12;
}
.BgClassName
{
background-color: #F66A12;
}
</style>
border-color css
<style>
span { border-color: #F66A12; }
span { border-color: rgb(246,106,18); }
td.TdClassName
{
border-color: #F66A12;
}
.TagClassName
{
border-color: #F66A12;
}
</style>