#F3BF6E

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

Shades of Harvest Gold #F3BF6E

Tints of Harvest Gold #F3BF6E

Color information

#F3BF6E (or 0xF3BF6E) is unknown color: approx Harvest Gold. HEX triplet: F3, BF and 6E. RGB value is (243,191,110). Sum of RGB (Red+Green+Blue) = 243+191+110=544 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.67% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BF6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3BF6E is #0C4091. Grayscale: #C5C5C5. Windows color (decimal): -802962 or 7258099. OLE color: 7258099.

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

Color convert

RGB243191110-
CMYK00.210.550.05
HSL36.54º84.71%69.22%-
HSV(B)36.54º54.73%95.29%-
XYZ58.4157.4422.76-
YUV197.3178.73160.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.67%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 110 (43.36% from 255) = 20.22%
R=44.67%
G=35.11%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24319111000.210.550.0536.5484.7169.22
HexF3BF6E015375255545
Octal36327715602567545125105
Binary1111001110111111110111001010111011110110010110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3BF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3BF6E; }

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

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

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

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

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

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

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

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