#F1B765

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

Shades of Harvest Gold #F1B765

Tints of Harvest Gold #F1B765

Color information

#F1B765 (or 0xF1B765) is unknown color: approx Harvest Gold. HEX triplet: F1, B7 and 65. RGB value is (241,183,101). Sum of RGB (Red+Green+Blue) = 241+183+101=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1B765 is #0E489A. Grayscale: #BFBFBF. Windows color (decimal): -936091 or 6666225. OLE color: 6666225.

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

Color convert

RGB241183101-
CMYK00.240.580.05
HSL35.14º83.33%67.06%-
HSV(B)35.14º58.09%94.51%-
XYZ55.5653.5119.71-
YUV190.9977.22163.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 183 (71.88% from 255) = 34.86%
BLUE value IS 101 (39.84% from 255) = 19.24%
R=45.90%
G=34.86%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118310100.240.580.0535.1483.3367.06
HexF1B7650183A5235343
Octal36126714503072543123103
Binary1111000110110111110010101100011101010110001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B765; }

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

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

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

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

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

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

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

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