#F7BF6A

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

Shades of Harvest Gold #F7BF6A

Tints of Harvest Gold #F7BF6A

Color information

#F7BF6A (or 0xF7BF6A) is unknown color: approx Harvest Gold. HEX triplet: F7, BF and 6A. RGB value is (247,191,106). Sum of RGB (Red+Green+Blue) = 247+191+106=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BF6A is #084095. Grayscale: #C6C6C6. Windows color (decimal): -540822 or 6995959. OLE color: 6995959.

HSL color Cylindrical-coordinate representation of color #F7BF6A: hue angle of 36.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7BF6A is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB247191106-
CMYK00.230.570.03
HSL36.17º89.81%69.22%-
HSV(B)36.17º57.09%96.86%-
XYZ59.5958.0821.7-
YUV198.0576.05162.91-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.40%
GREEN value IS 191 (75% from 255) = 35.11%
BLUE value IS 106 (41.80% from 255) = 19.49%
R=45.40%
G=35.11%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719110600.230.570.0336.1789.8169.22
HexF7BF6A017393245a45
Octal36727715202771344132105
Binary111101111011111111010100101111110011110010010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BF6A; }

 p { color: rgb(247,191,106); }

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

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

 a { background-color: rgb(247,191,106); }

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

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

 span { border-color: rgb(247,191,106); }

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