#F1BA6A

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

Shades of Harvest Gold #F1BA6A

Tints of Harvest Gold #F1BA6A

Color information

#F1BA6A (or 0xF1BA6A) is unknown color: approx Harvest Gold. HEX triplet: F1, BA and 6A. RGB value is (241,186,106). Sum of RGB (Red+Green+Blue) = 241+186+106=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA6A is #0E4595. Grayscale: #C1C1C1. Windows color (decimal): -935318 or 6994673. OLE color: 6994673.

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

Color convert

RGB241186106-
CMYK00.230.560.05
HSL35.56º82.82%68.04%-
HSV(B)35.56º56.02%94.51%-
XYZ56.4454.8621.25-
YUV193.3278.72162-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=45.22%
G=34.90%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118610600.230.560.0535.5682.8268.04
HexF1BA6A017385245344
Octal36127215202770544123104
Binary1111000110111010110101001011111100010110010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA6A; }

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

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

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

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

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

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

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

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