Html Css Color HEX #F7BA6B Harvest Gold

📋 copy color: '#F7BA6B'

red 247 ◦ green 186 ◦ blue 107

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

Shades of Harvest Gold #F7BA6B

Tints of Harvest Gold #F7BA6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.81%

R = 45.74%
G = 34.44%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7BA6B (or 0xF7BA6B) is known color: Harvest Gold. HEX triplet: F7, BA and 6B. RGB value is (247,186,107). Sum of RGB (Red+Green+Blue) = 247+186+107=540 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.74% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 107 (42.19% from 255 or 19.81% from 540); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA6B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA6B is #084594. Grayscale: #C3C3C3. Windows color (decimal): -542101 or 7060215. OLE color: 7060215.

HSL color Cylindrical-coordinate representation of color #F7BA6B: hue angle of 33.86º 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 #F7BA6B is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 186 107 -
CMYK 0 0.25 0.57 0.03
HSL 33.86º 0.9% 0.69% -
HSV(B) 33.86º 0.57% 0.97% -
XYZ 58.57 55.95 21.62 -
YUV 195.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 247 186 107 0 0.25 0.57 0.03 33.86 0.9 0.69
Hex F7 BA 6B 0 19 39 3 22 5A 45
Octal 367 272 153 0 31 71 3 42 132 105
Binary 11110111 10111010 1101011 0 11001 111001 11 100010 1011010 1000101

Color Harmonies of #F7BA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA6B

Black with #F7BA6B

Text Example


Text Example

White with #F7BA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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