#F6B96F

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

Shades of Harvest Gold #F6B96F

Tints of Harvest Gold #F6B96F

Color information

#F6B96F (or 0xF6B96F) is unknown color: approx Harvest Gold. HEX triplet: F6, B9 and 6F. RGB value is (246,185,111). Sum of RGB (Red+Green+Blue) = 246+185+111=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 111 (43.75% from 255 or 20.48% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B96F is #094690. Grayscale: #C3C3C3. Windows color (decimal): -607889 or 7322102. OLE color: 7322102.

HSL color Cylindrical-coordinate representation of color #F6B96F: hue angle of 32.89º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6B96F is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB246185111-
CMYK00.250.550.04
HSL32.89º88.24%70%-
HSV(B)32.89º54.88%96.47%-
XYZ58.2255.4422.67-
YUV194.880.71164.52-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 45.39%
GREEN value IS 185 (72.66% from 255) = 34.13%
BLUE value IS 111 (43.75% from 255) = 20.48%
R=45.39%
G=34.13%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24618511100.250.550.0432.8988.2470
HexF6B96F019374215846
Octal36627115703167441130106
Binary1111011010111001110111101100111011110010000110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B96F; }

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

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

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

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

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

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

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

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