#F3BD6B

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

Shades of Harvest Gold #F3BD6B

Tints of Harvest Gold #F3BD6B

Color information

#F3BD6B (or 0xF3BD6B) is unknown color: approx Harvest Gold. HEX triplet: F3, BD and 6B. RGB value is (243,189,107). Sum of RGB (Red+Green+Blue) = 243+189+107=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD6B is #0C4294. Grayscale: #C4C4C4. Windows color (decimal): -803477 or 7060979. OLE color: 7060979.

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

Color convert

RGB243189107-
CMYK00.220.560.05
HSL36.18º85%68.63%-
HSV(B)36.18º55.97%95.29%-
XYZ57.8156.5121.77-
YUV195.877.89161.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.08%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 107 (42.19% from 255) = 19.85%
R=45.08%
G=35.06%
B=19.85%

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
Decimal24318910700.220.560.0536.188568.63
HexF3BD6B016385245545
Octal36327515302670544125105
Binary1111001110111101110101101011011100010110010010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD6B; }

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

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

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

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

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

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

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

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