#F1B264

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

Shades of Harvest Gold #F1B264

Tints of Harvest Gold #F1B264

Color information

#F1B264 (or 0xF1B264) is unknown color: approx Harvest Gold. HEX triplet: F1, B2 and 64. RGB value is (241,178,100). Sum of RGB (Red+Green+Blue) = 241+178+100=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 178 (69.92% from 255 or 34.30% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B264 is #0E4D9B. Grayscale: #BCBCBC. Windows color (decimal): -937372 or 6599409. OLE color: 6599409.

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

Color convert

RGB241178100-
CMYK00.260.590.05
HSL33.19º83.43%66.86%-
HSV(B)33.19º58.51%94.51%-
XYZ54.551.4619.12-
YUV187.9478.37165.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.44%
GREEN value IS 178 (69.92% from 255) = 34.30%
BLUE value IS 100 (39.45% from 255) = 19.27%
R=46.44%
G=34.30%
B=19.27%

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
Decimal24117810000.260.590.0533.1983.4366.86
HexF1B26401A3B5215343
Octal36126214403273541123103
Binary1111000110110010110010001101011101110110000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B264; }

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

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

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

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

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

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

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

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