Html Css Color HEX #F7BA6F Harvest Gold

📋 copy color: '#F7BA6F'

red 247 ◦ green 186 ◦ blue 111

#F7BA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harvest Gold #F7BA6F

Tints of Harvest Gold #F7BA6F

RGB

 RED value IS 247 (96.88% from 255) = 45.4%

 GREEN value IS 186 (73.05% from 255) = 34.19%

 BLUE value IS 111 (43.75% from 255) = 20.4%

R = 45.4%
G = 34.19%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#F7BA6F (or 0xF7BA6F) is known color: Harvest Gold. HEX triplet: F7, BA and 6F. RGB value is (247,186,111). Sum of RGB (Red+Green+Blue) = 247+186+111=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 111 (43.75% from 255 or 20.40% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA6F is #084590. Grayscale: #C4C4C4. Windows color (decimal): -542097 or 7322359. OLE color: 7322359.

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

Color convert

RGB 247 186 111 -
CMYK 0 0.25 0.55 0.03
HSL 33.09º 0.89% 0.7% -
HSV(B) 33.09º 0.55% 0.97% -
XYZ 58.79 56.04 22.76 -
YUV 195.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 247 186 111 0 0.25 0.55 0.03 33.09 0.89 0.7
Hex F7 BA 6F 0 19 37 3 21 59 46
Octal 367 272 157 0 31 67 3 41 131 106
Binary 11110111 10111010 1101111 0 11001 110111 11 100001 1011001 1000110

Color Harmonies of #F7BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA6F

Black with #F7BA6F

Text Example


Text Example

White with #F7BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA6F; }

 p { color: rgb(247,186,111); }

 H1.HeaderClassName
 {
   color: #F7BA6F;
 }
 .AnyTagClassName
 {
   color: #F7BA6F;
 }
</style>

background-color css

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

 a { background-color: rgb(247,186,111); }

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

border-color css

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

 span { border-color: rgb(247,186,111); }

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