#F5B46C

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

Shades of Harvest Gold #F5B46C

Tints of Harvest Gold #F5B46C

Color information

#F5B46C (or 0xF5B46C) is unknown color: approx Harvest Gold. HEX triplet: F5, B4 and 6C. RGB value is (245,180,108). Sum of RGB (Red+Green+Blue) = 245+180+108=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 108 (42.58% from 255 or 20.26% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5B46C is #0A4B93. Grayscale: #BFBFBF. Windows color (decimal): -674708 or 7124213. OLE color: 7124213.

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

Color convert

RGB245180108-
CMYK00.270.560.04
HSL31.53º87.26%69.22%-
HSV(B)31.53º55.92%96.08%-
XYZ56.6853.1421.46-
YUV191.2381.03166.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 108 (42.58% from 255) = 20.26%
R=45.97%
G=33.77%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518010800.270.560.0431.5387.2669.22
HexF5B46C01B384205745
Octal36526415403370440127105
Binary1111010110110100110110001101111100010010000010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B46C; }

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

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

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

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

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

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

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

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