#F1B26A

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

Shades of Harvest Gold #F1B26A

Tints of Harvest Gold #F1B26A

Color information

#F1B26A (or 0xF1B26A) is unknown color: approx Harvest Gold. HEX triplet: F1, B2 and 6A. RGB value is (241,178,106). Sum of RGB (Red+Green+Blue) = 241+178+106=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B26A is #0E4D95. Grayscale: #BCBCBC. Windows color (decimal): -937366 or 6992625. OLE color: 6992625.

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

Color convert

RGB241178106-
CMYK00.260.560.05
HSL32º82.82%68.04%-
HSV(B)32º56.02%94.51%-
XYZ54.851.5820.7-
YUV188.6381.37165.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 178 (69.92% from 255) = 33.90%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=45.90%
G=33.90%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117810600.260.560.053282.8268.04
HexF1B26A01A385205344
Octal36126215203270540123104
Binary1111000110110010110101001101011100010110000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B26A; }

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

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

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

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

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

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

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

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