#F5B765

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

Shades of Harvest Gold #F5B765

Tints of Harvest Gold #F5B765

Color information

#F5B765 (or 0xF5B765) is unknown color: approx Harvest Gold. HEX triplet: F5, B7 and 65. RGB value is (245,183,101). Sum of RGB (Red+Green+Blue) = 245+183+101=529 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.31% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B765 is #0A489A. Grayscale: #C0C0C0. Windows color (decimal): -673947 or 6666229. OLE color: 6666229.

HSL color Cylindrical-coordinate representation of color #F5B765: hue angle of 34.17º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5B765 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB245183101-
CMYK00.250.590.04
HSL34.17º87.8%67.84%-
HSV(B)34.17º58.78%96.08%-
XYZ56.9454.2219.78-
YUV192.1976.54165.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.31%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 101 (39.84% from 255) = 19.09%
R=46.31%
G=34.59%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518310100.250.590.0434.1787.867.84
HexF5B7650193B4225844
Octal36526714503173442130104
Binary1111010110110111110010101100111101110010001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B765; }

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

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

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

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

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

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

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

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