#F1BA6C

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

Shades of Harvest Gold #F1BA6C

Tints of Harvest Gold #F1BA6C

Color information

#F1BA6C (or 0xF1BA6C) is unknown color: approx Harvest Gold. HEX triplet: F1, BA and 6C. RGB value is (241,186,108). Sum of RGB (Red+Green+Blue) = 241+186+108=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BA6C is #0E4593. Grayscale: #C1C1C1. Windows color (decimal): -935316 or 7125745. OLE color: 7125745.

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

Color convert

RGB241186108-
CMYK00.230.550.05
HSL35.19º82.61%68.43%-
HSV(B)35.19º55.19%94.51%-
XYZ56.5454.921.8-
YUV193.5579.72161.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.05%
GREEN value IS 186 (73.05% from 255) = 34.77%
BLUE value IS 108 (42.58% from 255) = 20.19%
R=45.05%
G=34.77%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118610800.230.550.0535.1982.6168.43
HexF1BA6C017375235344
Octal36127215402767543123104
Binary1111000110111010110110001011111011110110001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BA6C; }

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

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

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

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

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

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

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

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