Html Css Color HEX #F7BA6C Harvest Gold

📋 copy color: '#F7BA6C'

red 247 ◦ green 186 ◦ blue 108

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

Shades of Harvest Gold #F7BA6C

Tints of Harvest Gold #F7BA6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.96%

R = 45.66%
G = 34.38%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#F7BA6C (or 0xF7BA6C) is known color: Harvest Gold. HEX triplet: F7, BA and 6C. RGB value is (247,186,108). Sum of RGB (Red+Green+Blue) = 247+186+108=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 108 (42.58% from 255 or 19.96% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA6C is #084593. Grayscale: #C3C3C3. Windows color (decimal): -542100 or 7125751. OLE color: 7125751.

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

Color convert

RGB 247 186 108 -
CMYK 0 0.25 0.56 0.03
HSL 33.67º 0.9% 0.7% -
HSV(B) 33.67º 0.56% 0.97% -
XYZ 58.62 55.97 21.9 -
YUV 195.35 78.71 164.84 -
System Red Green Blue C M Y K H S L
Decimal 247 186 108 0 0.25 0.56 0.03 33.67 0.9 0.7
Hex F7 BA 6C 0 19 38 3 22 5A 46
Octal 367 272 154 0 31 70 3 42 132 106
Binary 11110111 10111010 1101100 0 11001 111000 11 100010 1011010 1000110

Color Harmonies of #F7BA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA6C

Black with #F7BA6C

Text Example


Text Example

White with #F7BA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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