#F1BE6F

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

Shades of Harvest Gold #F1BE6F

Tints of Harvest Gold #F1BE6F

Color information

#F1BE6F (or 0xF1BE6F) is unknown color: approx Harvest Gold. HEX triplet: F1, BE and 6F. RGB value is (241,190,111). Sum of RGB (Red+Green+Blue) = 241+190+111=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BE6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BE6F is #0E4190. Grayscale: #C4C4C4. Windows color (decimal): -934289 or 7323377. OLE color: 7323377.

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

Color convert

RGB241190111-
CMYK00.210.540.05
HSL36.46º82.28%69.02%-
HSV(B)36.46º53.94%94.51%-
XYZ57.5656.6822.94-
YUV196.2479.9159.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 111 (43.75% from 255) = 20.48%
R=44.46%
G=35.06%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119011100.210.540.0536.4682.2869.02
HexF1BE6F015365245245
Octal36127615702566544122105
Binary1111000110111110110111101010111011010110010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BE6F; }

 p { color: rgb(241,190,111); }

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

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

 a { background-color: rgb(241,190,111); }

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

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

 span { border-color: rgb(241,190,111); }

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