#F5B66C

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

Shades of Harvest Gold #F5B66C

Tints of Harvest Gold #F5B66C

Color information

#F5B66C (or 0xF5B66C) is unknown color: approx Harvest Gold. HEX triplet: F5, B6 and 6C. RGB value is (245,182,108). Sum of RGB (Red+Green+Blue) = 245+182+108=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 182 (71.48% from 255 or 34.02% from 535); Blue value is 108 (42.58% from 255 or 20.19% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B66C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B66C is #0A4993. Grayscale: #C0C0C0. Windows color (decimal): -674196 or 7124725. OLE color: 7124725.

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

Color convert

RGB245182108-
CMYK00.260.560.04
HSL32.41º87.26%69.22%-
HSV(B)32.41º55.92%96.08%-
XYZ57.0953.9521.59-
YUV192.480.37165.52-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.79%
GREEN value IS 182 (71.48% from 255) = 34.02%
BLUE value IS 108 (42.58% from 255) = 20.19%
R=45.79%
G=34.02%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518210800.260.560.0432.4187.2669.22
HexF5B66C01A384205745
Octal36526615403270440127105
Binary1111010110110110110110001101011100010010000010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B66C; }

 p { color: rgb(245,182,108); }

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

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

 a { background-color: rgb(245,182,108); }

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

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

 span { border-color: rgb(245,182,108); }

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