#F6BA66

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

Shades of Harvest Gold #F6BA66

Tints of Harvest Gold #F6BA66

Color information

#F6BA66 (or 0xF6BA66) is unknown color: approx Harvest Gold. HEX triplet: F6, BA and 66. RGB value is (246,186,102). Sum of RGB (Red+Green+Blue) = 246+186+102=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA66 is #094599. Grayscale: #C2C2C2. Windows color (decimal): -607642 or 6732534. OLE color: 6732534.

HSL color Cylindrical-coordinate representation of color #F6BA66: hue angle of 35º 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 #F6BA66 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246186102-
CMYK00.240.590.04
HSL35º88.89%68.24%-
HSV(B)35º58.54%96.47%-
XYZ57.9655.6720.26-
YUV194.3675.88164.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 46.07%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 102 (40.23% from 255) = 19.10%
R=46.07%
G=34.83%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618610200.240.590.043588.8968.24
HexF6BA660183B4235944
Octal36627214603073443131104
Binary1111011010111010110011001100011101110010001110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BA66; }

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

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

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

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

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

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

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

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