#F3B96F

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

Shades of Harvest Gold #F3B96F

Tints of Harvest Gold #F3B96F

Color information

#F3B96F (or 0xF3B96F) is unknown color: approx Harvest Gold. HEX triplet: F3, B9 and 6F. RGB value is (243,185,111). Sum of RGB (Red+Green+Blue) = 243+185+111=539 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.08% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 111 (43.75% from 255 or 20.59% from 539); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B96F is #0C4690. Grayscale: #C2C2C2. Windows color (decimal): -804497 or 7322099. OLE color: 7322099.

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

Color convert

RGB243185111-
CMYK00.240.540.05
HSL33.64º84.62%69.41%-
HSV(B)33.64º54.32%95.29%-
XYZ57.1854.922.62-
YUV193.9181.22163.02-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.08%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 111 (43.75% from 255) = 20.59%
R=45.08%
G=34.32%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318511100.240.540.0533.6484.6269.41
HexF3B96F018365225545
Octal36327115703066542125105
Binary1111001110111001110111101100011011010110001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B96F; }

 p { color: rgb(243,185,111); }

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

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

 a { background-color: rgb(243,185,111); }

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

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

 span { border-color: rgb(243,185,111); }

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