#F3BD68

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

Shades of Harvest Gold #F3BD68

Tints of Harvest Gold #F3BD68

Color information

#F3BD68 (or 0xF3BD68) is unknown color: approx Harvest Gold. HEX triplet: F3, BD and 68. RGB value is (243,189,104). Sum of RGB (Red+Green+Blue) = 243+189+104=536 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.34% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BD68 is #0C4297. Grayscale: #C3C3C3. Windows color (decimal): -803480 or 6864371. OLE color: 6864371.

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

Color convert

RGB243189104-
CMYK00.220.570.05
HSL36.69º85.28%68.04%-
HSV(B)36.69º57.2%95.29%-
XYZ57.6656.4520.95-
YUV195.4676.39161.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.34%
GREEN value IS 189 (74.22% from 255) = 35.26%
BLUE value IS 104 (41.02% from 255) = 19.40%
R=45.34%
G=35.26%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318910400.220.570.0536.6985.2868.04
HexF3BD68016395255544
Octal36327515002671545125104
Binary1111001110111101110100001011011100110110010110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BD68; }

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

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

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

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

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

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

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

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