#F1BB6A

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

Shades of Harvest Gold #F1BB6A

Tints of Harvest Gold #F1BB6A

Color information

#F1BB6A (or 0xF1BB6A) is unknown color: approx Harvest Gold. HEX triplet: F1, BB and 6A. RGB value is (241,187,106). Sum of RGB (Red+Green+Blue) = 241+187+106=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 187 (73.44% from 255 or 35.02% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BB6A is #0E4495. Grayscale: #C2C2C2. Windows color (decimal): -935062 or 6994929. OLE color: 6994929.

HSL color Cylindrical-coordinate representation of color #F1BB6A: hue angle of 36º 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 #F1BB6A is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241187106-
CMYK00.220.560.05
HSL36º82.82%68.04%-
HSV(B)36º56.02%94.51%-
XYZ56.6555.2821.32-
YUV193.9178.39161.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 187 (73.44% from 255) = 35.02%
BLUE value IS 106 (41.80% from 255) = 19.85%
R=45.13%
G=35.02%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118710600.220.560.053682.8268.04
HexF1BB6A016385245344
Octal36127315202670544123104
Binary1111000110111011110101001011011100010110010010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BB6A; }

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

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

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

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

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

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

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

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