#F3BD6E

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

Shades of Harvest Gold #F3BD6E

Tints of Harvest Gold #F3BD6E

Color information

#F3BD6E (or 0xF3BD6E) is unknown color: approx Harvest Gold. HEX triplet: F3, BD and 6E. RGB value is (243,189,110). Sum of RGB (Red+Green+Blue) = 243+189+110=542 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.83% from 542); Green value is 189 (74.22% from 255 or 34.87% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD6E is #0C4291. Grayscale: #C4C4C4. Windows color (decimal): -803474 or 7257587. OLE color: 7257587.

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

Color convert

RGB243189110-
CMYK00.220.550.05
HSL35.64º84.71%69.22%-
HSV(B)35.64º54.73%95.29%-
XYZ57.9756.5822.62-
YUV196.1479.39161.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.83%
GREEN value IS 189 (74.22% from 255) = 34.87%
BLUE value IS 110 (43.36% from 255) = 20.30%
R=44.83%
G=34.87%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318911000.220.550.0535.6484.7169.22
HexF3BD6E016375245545
Octal36327515602667544125105
Binary1111001110111101110111001011011011110110010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD6E; }

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

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

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

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

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

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

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

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