#F5BF6A

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

Shades of Harvest Gold #F5BF6A

Tints of Harvest Gold #F5BF6A

Color information

#F5BF6A (or 0xF5BF6A) is unknown color: approx Harvest Gold. HEX triplet: F5, BF and 6A. RGB value is (245,191,106). Sum of RGB (Red+Green+Blue) = 245+191+106=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BF6A is #0A4095. Grayscale: #C5C5C5. Windows color (decimal): -671894 or 6995957. OLE color: 6995957.

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

Color convert

RGB245191106-
CMYK00.220.570.04
HSL36.69º87.42%68.82%-
HSV(B)36.69º56.73%96.08%-
XYZ58.8957.7121.67-
YUV197.4676.39161.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.20%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 106 (41.80% from 255) = 19.56%
R=45.20%
G=35.24%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519110600.220.570.0436.6987.4268.82
HexF5BF6A016394255745
Octal36527715202671445127105
Binary1111010110111111110101001011011100110010010110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BF6A; }

 p { color: rgb(245,191,106); }

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

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

 a { background-color: rgb(245,191,106); }

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

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

 span { border-color: rgb(245,191,106); }

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