#F5B76D

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

Shades of Harvest Gold #F5B76D

Tints of Harvest Gold #F5B76D

Color information

#F5B76D (or 0xF5B76D) is unknown color: approx Harvest Gold. HEX triplet: F5, B7 and 6D. RGB value is (245,183,109). Sum of RGB (Red+Green+Blue) = 245+183+109=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 109 (42.97% from 255 or 20.30% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B76D is #0A4892. Grayscale: #C1C1C1. Windows color (decimal): -673939 or 7190517. OLE color: 7190517.

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

Color convert

RGB245183109-
CMYK00.250.560.04
HSL32.65º87.18%69.41%-
HSV(B)32.65º55.51%96.08%-
XYZ57.3554.3821.94-
YUV193.180.54165.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.62%
GREEN value IS 183 (71.88% from 255) = 34.08%
BLUE value IS 109 (42.97% from 255) = 20.30%
R=45.62%
G=34.08%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518310900.250.560.0432.6587.1869.41
HexF5B76D019384215745
Octal36526715503170441127105
Binary1111010110110111110110101100111100010010000110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B76D; }

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

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

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

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

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

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

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

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