#F1BA73

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

Shades of Harvest Gold #F1BA73

Tints of Harvest Gold #F1BA73

Color information

#F1BA73 (or 0xF1BA73) is unknown color: approx Harvest Gold. HEX triplet: F1, BA and 73. RGB value is (241,186,115). Sum of RGB (Red+Green+Blue) = 241+186+115=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA73 is #0E458C. Grayscale: #C2C2C2. Windows color (decimal): -935309 or 7584497. OLE color: 7584497.

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

Color convert

RGB241186115-
CMYK00.230.520.05
HSL33.81º81.82%69.8%-
HSV(B)33.81º52.28%94.51%-
XYZ56.9355.0623.85-
YUV194.3583.22161.27-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 115 (45.31% from 255) = 21.22%
R=44.46%
G=34.32%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118611500.230.520.0533.8181.8269.8
HexF1BA73017345225246
Octal36127216302764542122106
Binary1111000110111010111001101011111010010110001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA73; }

 p { color: rgb(241,186,115); }

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

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

 a { background-color: rgb(241,186,115); }

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

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

 span { border-color: rgb(241,186,115); }

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