#F5BD72

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

Shades of Harvest Gold #F5BD72

Tints of Harvest Gold #F5BD72

Color information

#F5BD72 (or 0xF5BD72) is unknown color: approx Harvest Gold. HEX triplet: F5, BD and 72. RGB value is (245,189,114). Sum of RGB (Red+Green+Blue) = 245+189+114=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD72 is #0A428D. Grayscale: #C5C5C5. Windows color (decimal): -672398 or 7519733. OLE color: 7519733.

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

Color convert

RGB245189114-
CMYK00.230.530.04
HSL34.35º86.75%70.39%-
HSV(B)34.35º53.47%96.08%-
XYZ58.8957.0223.82-
YUV197.1981.05162.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.71%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 114 (44.92% from 255) = 20.80%
R=44.71%
G=34.49%
B=20.80%

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
Decimal24518911400.230.530.0434.3586.7570.39
HexF5BD72017354225746
Octal36527516202765442127106
Binary1111010110111101111001001011111010110010001010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BD72; }

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

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

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

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

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

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

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

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