#f5bd68

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

Shades of Harvest Gold #F5BD68

Tints of Harvest Gold #F5BD68

Color information

#F5BD68 (or 0xF5BD68) is unknown color: approx Harvest Gold. HEX triplet: F5, BD and 68. RGB value is (245,189,104). Sum of RGB (Red+Green+Blue) = 245+189+104=538 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.54% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 104 (41.02% from 255 or 19.33% from 538); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5BD68 is #0A4297. Grayscale: #C4C4C4. Windows color (decimal): -672408 or 6864373. OLE color: 6864373.

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

Color convert

RGB245189104-
CMYK00.230.580.04
HSL36.17º87.58%68.43%-
HSV(B)36.17º57.55%96.08%-
XYZ58.3556.8120.99-
YUV196.0576.05162.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.54%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 104 (41.02% from 255) = 19.33%
R=45.54%
G=35.13%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518910400.230.580.0436.1787.5868.43
HexF5BD680173A4245844
Octal36527515002772444130104
Binary1111010110111101110100001011111101010010010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5bd68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5bd68; }

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

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

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

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

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

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

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

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