#F5BD6B

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

Shades of Harvest Gold #F5BD6B

Tints of Harvest Gold #F5BD6B

Color information

#F5BD6B (or 0xF5BD6B) is unknown color: approx Harvest Gold. HEX triplet: F5, BD and 6B. RGB value is (245,189,107). Sum of RGB (Red+Green+Blue) = 245+189+107=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 107 (42.19% from 255 or 19.78% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD6B is #0A4294. Grayscale: #C4C4C4. Windows color (decimal): -672405 or 7060981. OLE color: 7060981.

HSL color Cylindrical-coordinate representation of color #F5BD6B: hue angle of 35.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 #F5BD6B is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245189107-
CMYK00.230.560.04
HSL35.65º87.34%69.02%-
HSV(B)35.65º56.33%96.08%-
XYZ58.5156.8721.8-
YUV196.477.55162.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.29%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 107 (42.19% from 255) = 19.78%
R=45.29%
G=34.94%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518910700.230.560.0435.6587.3469.02
HexF5BD6B017384245745
Octal36527515302770444127105
Binary1111010110111101110101101011111100010010010010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BD6B; }

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

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

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

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

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

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

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

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