Html Css Color HEX #F7BA6E Harvest Gold

📋 copy color: '#F7BA6E'

red 247 ◦ green 186 ◦ blue 110

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

Shades of Harvest Gold #F7BA6E

Tints of Harvest Gold #F7BA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.26%

R = 45.49%
G = 34.25%
B = 20.26%

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

#F7BA6E (or 0xF7BA6E) is known color: Harvest Gold. HEX triplet: F7, BA and 6E. RGB value is (247,186,110). Sum of RGB (Red+Green+Blue) = 247+186+110=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 110 (43.36% from 255 or 20.26% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BA6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BA6E is #084591. Grayscale: #C3C3C3. Windows color (decimal): -542098 or 7256823. OLE color: 7256823.

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

Color convert

RGB 247 186 110 -
CMYK 0 0.25 0.55 0.03
HSL 33.28º 0.9% 0.7% -
HSV(B) 33.28º 0.55% 0.97% -
XYZ 58.73 56.02 22.47 -
YUV 195.58 79.71 164.68 -
System Red Green Blue C M Y K H S L
Decimal 247 186 110 0 0.25 0.55 0.03 33.28 0.9 0.7
Hex F7 BA 6E 0 19 37 3 21 5A 46
Octal 367 272 156 0 31 67 3 41 132 106
Binary 11110111 10111010 1101110 0 11001 110111 11 100001 1011010 1000110

Color Harmonies of #F7BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BA6E

Black with #F7BA6E

Text Example


Text Example

White with #F7BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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