#F5BA6C

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

Shades of Harvest Gold #F5BA6C

Tints of Harvest Gold #F5BA6C

Color information

#F5BA6C (or 0xF5BA6C) is unknown color: approx Harvest Gold. HEX triplet: F5, BA and 6C. RGB value is (245,186,108). Sum of RGB (Red+Green+Blue) = 245+186+108=539 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.45% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BA6C is #0A4593. Grayscale: #C3C3C3. Windows color (decimal): -673172 or 7125749. OLE color: 7125749.

HSL color Cylindrical-coordinate representation of color #F5BA6C: hue angle of 34.16º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5BA6C is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245186108-
CMYK00.240.560.04
HSL34.16º87.26%69.22%-
HSV(B)34.16º55.92%96.08%-
XYZ57.9255.6121.87-
YUV194.7579.05163.84-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.45%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 108 (42.58% from 255) = 20.04%
R=45.45%
G=34.51%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518610800.240.560.0434.1687.2669.22
HexF5BA6C018384225745
Octal36527215403070442127105
Binary1111010110111010110110001100011100010010001010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BA6C; }

 p { color: rgb(245,186,108); }

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

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

 a { background-color: rgb(245,186,108); }

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

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

 span { border-color: rgb(245,186,108); }

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