#F1B364

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

Shades of Harvest Gold #F1B364

Tints of Harvest Gold #F1B364

Color information

#F1B364 (or 0xF1B364) is unknown color: approx Harvest Gold. HEX triplet: F1, B3 and 64. RGB value is (241,179,100). Sum of RGB (Red+Green+Blue) = 241+179+100=520 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.35% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B364 is #0E4C9B. Grayscale: #BCBCBC. Windows color (decimal): -937116 or 6599665. OLE color: 6599665.

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

Color convert

RGB241179100-
CMYK00.260.590.05
HSL33.62º83.43%66.86%-
HSV(B)33.62º58.51%94.51%-
XYZ54.751.8619.18-
YUV188.5378.04165.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.35%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 100 (39.45% from 255) = 19.23%
R=46.35%
G=34.42%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117910000.260.590.0533.6283.4366.86
HexF1B36401A3B5225343
Octal36126314403273542123103
Binary1111000110110011110010001101011101110110001010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B364; }

 p { color: rgb(241,179,100); }

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

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

 a { background-color: rgb(241,179,100); }

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

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

 span { border-color: rgb(241,179,100); }

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