#F1B964

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

Shades of Harvest Gold #F1B964

Tints of Harvest Gold #F1B964

Color information

#F1B964 (or 0xF1B964) is unknown color: approx Harvest Gold. HEX triplet: F1, B9 and 64. RGB value is (241,185,100). Sum of RGB (Red+Green+Blue) = 241+185+100=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 100 (39.45% from 255 or 19.01% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B964 is #0E469B. Grayscale: #C0C0C0. Windows color (decimal): -935580 or 6601201. OLE color: 6601201.

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

Color convert

RGB241185100-
CMYK00.230.590.05
HSL36.17º83.43%66.86%-
HSV(B)36.17º58.51%94.51%-
XYZ55.9254.3219.59-
YUV192.0576.05162.91-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 100 (39.45% from 255) = 19.01%
R=45.82%
G=35.17%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118510000.230.590.0536.1783.4366.86
HexF1B9640173B5245343
Octal36127114402773544123103
Binary1111000110111001110010001011111101110110010010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B964; }

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

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

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

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

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

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

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

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