#F7BA6A

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

Shades of Harvest Gold #F7BA6A

Tints of Harvest Gold #F7BA6A

Color information

#F7BA6A (or 0xF7BA6A) is unknown color: approx Harvest Gold. HEX triplet: F7, BA and 6A. RGB value is (247,186,106). Sum of RGB (Red+Green+Blue) = 247+186+106=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 106 (41.80% from 255 or 19.67% from 539); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA6A is #084595. Grayscale: #C3C3C3. Windows color (decimal): -542102 or 6994679. OLE color: 6994679.

HSL color Cylindrical-coordinate representation of color #F7BA6A: hue angle of 34.04º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7BA6A is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247186106-
CMYK00.250.570.03
HSL34.04º89.81%69.22%-
HSV(B)34.04º57.09%96.86%-
XYZ58.5255.9321.35-
YUV195.1277.71165-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.83%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 106 (41.80% from 255) = 19.67%
R=45.83%
G=34.51%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718610600.250.570.0334.0489.8169.22
HexF7BA6A019393225a45
Octal36727215203171342132105
Binary111101111011101011010100110011110011110001010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BA6A; }

 p { color: rgb(247,186,106); }

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

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

 a { background-color: rgb(247,186,106); }

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

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

 span { border-color: rgb(247,186,106); }

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