#F1B36D

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

Shades of Harvest Gold #F1B36D

Tints of Harvest Gold #F1B36D

Color information

#F1B36D (or 0xF1B36D) is unknown color: approx Harvest Gold. HEX triplet: F1, B3 and 6D. RGB value is (241,179,109). Sum of RGB (Red+Green+Blue) = 241+179+109=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B36D is #0E4C92. Grayscale: #BDBDBD. Windows color (decimal): -937107 or 7189489. OLE color: 7189489.

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

Color convert

RGB241179109-
CMYK00.260.550.05
HSL31.82º82.5%68.63%-
HSV(B)31.82º54.77%94.51%-
XYZ55.1652.0521.61-
YUV189.5682.54164.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 179 (70.31% from 255) = 33.84%
BLUE value IS 109 (42.97% from 255) = 20.60%
R=45.56%
G=33.84%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117910900.260.550.0531.8282.568.63
HexF1B36D01A375205245
Octal36126315503267540122105
Binary1111000110110011110110101101011011110110000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B36D; }

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

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

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

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

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

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

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

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