#F3BD6C

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

Shades of Harvest Gold #F3BD6C

Tints of Harvest Gold #F3BD6C

Color information

#F3BD6C (or 0xF3BD6C) is unknown color: approx Harvest Gold. HEX triplet: F3, BD and 6C. RGB value is (243,189,108). Sum of RGB (Red+Green+Blue) = 243+189+108=540 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 108 (42.58% from 255 or 20% from 540); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD6C is #0C4293. Grayscale: #C4C4C4. Windows color (decimal): -803476 or 7126515. OLE color: 7126515.

HSL color Cylindrical-coordinate representation of color #F3BD6C: hue angle of 36º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3BD6C is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB243189108-
CMYK00.220.560.05
HSL36º84.91%68.82%-
HSV(B)36º55.56%95.29%-
XYZ57.8756.5322.05-
YUV195.9178.39161.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 108 (42.58% from 255) = 20%
R=45%
G=35%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318910800.220.560.053684.9168.82
HexF3BD6C016385245545
Octal36327515402670544125105
Binary1111001110111101110110001011011100010110010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD6C; }

 p { color: rgb(243,189,108); }

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

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

 a { background-color: rgb(243,189,108); }

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

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

 span { border-color: rgb(243,189,108); }

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