#F6B966

Color #F6B966 Harvest Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harvest Gold #F6B966

Tints of Harvest Gold #F6B966

Color information

#F6B966 (or 0xF6B966) is unknown color: approx Harvest Gold. HEX triplet: F6, B9 and 66. RGB value is (246,185,102). Sum of RGB (Red+Green+Blue) = 246+185+102=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B966 is #094699. Grayscale: #C2C2C2. Windows color (decimal): -607898 or 6732278. OLE color: 6732278.

HSL color Cylindrical-coordinate representation of color #F6B966: hue angle of 34.58º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6B966 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246185102-
CMYK00.250.590.04
HSL34.58º88.89%68.24%-
HSV(B)34.58º58.54%96.47%-
XYZ57.7555.2520.19-
YUV193.7876.21165.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 46.15%
GREEN value IS 185 (72.66% from 255) = 34.71%
BLUE value IS 102 (40.23% from 255) = 19.14%
R=46.15%
G=34.71%
B=19.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618510200.250.590.0434.5888.8968.24
HexF6B9660193B4235944
Octal36627114603173443131104
Binary1111011010111001110011001100111101110010001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B966; }

 p { color: rgb(246,185,102); }

 H1.HeaderClassName
 {
   color: #F6B966;
 }
 .AnyTagClassName
 {
   color: #F6B966;
 }
</style>
background-color css

<style>
 a { background-color: #F6B966; }

 a { background-color: rgb(246,185,102); }

 div.DivClassName
 {
   background-color: #F6B966;
 }
 .BgClassName
 {
   background-color: #F6B966;
 }
</style>
border-color css

<style>
 span { border-color: #F6B966; }

 span { border-color: rgb(246,185,102); }

 td.TdClassName
 {
   border-color: #F6B966;
 }
 .TagClassName
 {
   border-color: #F6B966;
 }
</style>