#F3BA64

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

Shades of Harvest Gold #F3BA64

Tints of Harvest Gold #F3BA64

Color information

#F3BA64 (or 0xF3BA64) is unknown color: approx Harvest Gold. HEX triplet: F3, BA and 64. RGB value is (243,186,100). Sum of RGB (Red+Green+Blue) = 243+186+100=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BA64 is #0C459B. Grayscale: #C1C1C1. Windows color (decimal): -804252 or 6601459. OLE color: 6601459.

HSL color Cylindrical-coordinate representation of color #F3BA64: hue angle of 36.08º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F3BA64 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB243186100-
CMYK00.230.590.05
HSL36.08º85.63%67.25%-
HSV(B)36.08º58.85%95.29%-
XYZ56.8255.0919.7-
YUV193.2475.38163.49-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.94%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 100 (39.45% from 255) = 18.90%
R=45.94%
G=35.16%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318610000.230.590.0536.0885.6367.25
HexF3BA640173B5245643
Octal36327214402773544126103
Binary1111001110111010110010001011111101110110010010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BA64; }

 p { color: rgb(243,186,100); }

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

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

 a { background-color: rgb(243,186,100); }

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

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

 span { border-color: rgb(243,186,100); }

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