Html Css Color HEX #F7B96E Harvest Gold

📋 copy color: '#F7B96E'

red 247 ◦ green 185 ◦ blue 110

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

Shades of Harvest Gold #F7B96E

Tints of Harvest Gold #F7B96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.13%

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

R = 45.57%
G = 34.13%
B = 20.3%

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

#F7B96E (or 0xF7B96E) is known color: Harvest Gold. HEX triplet: F7, B9 and 6E. RGB value is (247,185,110). Sum of RGB (Red+Green+Blue) = 247+185+110=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 110 (43.36% from 255 or 20.30% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B96E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B96E is #084691. Grayscale: #C3C3C3. Windows color (decimal): -542354 or 7256567. OLE color: 7256567.

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

Color convert

RGB 247 185 110 -
CMYK 0 0.25 0.55 0.03
HSL 32.85º 0.9% 0.7% -
HSV(B) 32.85º 0.55% 0.97% -
XYZ 58.52 55.6 22.4 -
YUV 194.99 80.04 165.1 -
System Red Green Blue C M Y K H S L
Decimal 247 185 110 0 0.25 0.55 0.03 32.85 0.9 0.7
Hex F7 B9 6E 0 19 37 3 21 5A 46
Octal 367 271 156 0 31 67 3 41 132 106
Binary 11110111 10111001 1101110 0 11001 110111 11 100001 1011010 1000110

Color Harmonies of #F7B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B96E

Black with #F7B96E

Text Example


Text Example

White with #F7B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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