#F1BC6E

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

Shades of Harvest Gold #F1BC6E

Tints of Harvest Gold #F1BC6E

Color information

#F1BC6E (or 0xF1BC6E) is unknown color: approx Harvest Gold. HEX triplet: F1, BC and 6E. RGB value is (241,188,110). Sum of RGB (Red+Green+Blue) = 241+188+110=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BC6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1BC6E is #0E4391. Grayscale: #C3C3C3. Windows color (decimal): -934802 or 7257329. OLE color: 7257329.

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

Color convert

RGB241188110-
CMYK00.220.540.05
HSL35.73º82.39%68.82%-
HSV(B)35.73º54.36%94.51%-
XYZ57.0755.7922.51-
YUV194.9680.06160.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 110 (43.36% from 255) = 20.41%
R=44.71%
G=34.88%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118811000.220.540.0535.7382.3968.82
HexF1BC6E016365245245
Octal36127415602666544122105
Binary1111000110111100110111001011011011010110010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BC6E; }

 p { color: rgb(241,188,110); }

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

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

 a { background-color: rgb(241,188,110); }

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

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

 span { border-color: rgb(241,188,110); }

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