#F1B764

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

Shades of Harvest Gold #F1B764

Tints of Harvest Gold #F1B764

Color information

#F1B764 (or 0xF1B764) is unknown color: approx Harvest Gold. HEX triplet: F1, B7 and 64. RGB value is (241,183,100). Sum of RGB (Red+Green+Blue) = 241+183+100=524 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.99% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B764 is #0E489B. Grayscale: #BFBFBF. Windows color (decimal): -936092 or 6600689. OLE color: 6600689.

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

Color convert

RGB241183100-
CMYK00.240.590.05
HSL35.32º83.43%66.86%-
HSV(B)35.32º58.51%94.51%-
XYZ55.5153.4919.46-
YUV190.8876.72163.75-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.99%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 100 (39.45% from 255) = 19.08%
R=45.99%
G=34.92%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118310000.240.590.0535.3283.4366.86
HexF1B7640183B5235343
Octal36126714403073543123103
Binary1111000110110111110010001100011101110110001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B764; }

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

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

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

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

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

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

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

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