#F5BD73

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

Shades of Harvest Gold #F5BD73

Tints of Harvest Gold #F5BD73

Color information

#F5BD73 (or 0xF5BD73) is unknown color: approx Harvest Gold. HEX triplet: F5, BD and 73. RGB value is (245,189,115). Sum of RGB (Red+Green+Blue) = 245+189+115=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD73 is #0A428C. Grayscale: #C5C5C5. Windows color (decimal): -672397 or 7585269. OLE color: 7585269.

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

Color convert

RGB245189115-
CMYK00.230.530.04
HSL34.15º86.67%70.59%-
HSV(B)34.15º53.06%96.08%-
XYZ58.9557.0524.12-
YUV197.3181.55162.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.63%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 115 (45.31% from 255) = 20.95%
R=44.63%
G=34.43%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518911500.230.530.0434.1586.6770.59
HexF5BD73017354225747
Octal36527516302765442127107
Binary1111010110111101111001101011111010110010001010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BD73; }

 p { color: rgb(245,189,115); }

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

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

 a { background-color: rgb(245,189,115); }

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

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

 span { border-color: rgb(245,189,115); }

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