#F3B96E

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

Shades of Harvest Gold #F3B96E

Tints of Harvest Gold #F3B96E

Color information

#F3B96E (or 0xF3B96E) is unknown color: approx Harvest Gold. HEX triplet: F3, B9 and 6E. RGB value is (243,185,110). Sum of RGB (Red+Green+Blue) = 243+185+110=538 (71% of max value = 765). Red value is 243 (95.31% from 255 or 45.17% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 110 (43.36% from 255 or 20.45% from 538); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3B96E is #0C4691. Grayscale: #C2C2C2. Windows color (decimal): -804498 or 7256563. OLE color: 7256563.

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

Color convert

RGB243185110-
CMYK00.240.550.05
HSL33.83º84.71%69.22%-
HSV(B)33.83º54.73%95.29%-
XYZ57.1354.8822.33-
YUV193.7980.72163.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.17%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 110 (43.36% from 255) = 20.45%
R=45.17%
G=34.39%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24318511000.240.550.0533.8384.7169.22
HexF3B96E018375225545
Octal36327115603067542125105
Binary1111001110111001110111001100011011110110001010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3B96E; }

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

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

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

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

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

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

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

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