Html Css Color HEX #F7B96F Harvest Gold

📋 copy color: '#F7B96F'

red 247 ◦ green 185 ◦ blue 111

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

Shades of Harvest Gold #F7B96F

Tints of Harvest Gold #F7B96F

RGB

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

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

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

R = 45.49%
G = 34.07%
B = 20.44%

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

#F7B96F (or 0xF7B96F) is known color: Harvest Gold. HEX triplet: F7, B9 and 6F. RGB value is (247,185,111). Sum of RGB (Red+Green+Blue) = 247+185+111=543 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.49% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B96F is #084690. Grayscale: #C3C3C3. Windows color (decimal): -542353 or 7322103. OLE color: 7322103.

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

Color convert

RGB 247 185 111 -
CMYK 0 0.25 0.55 0.03
HSL 32.65º 0.89% 0.7% -
HSV(B) 32.65º 0.55% 0.97% -
XYZ 58.58 55.62 22.69 -
YUV 195.1 80.54 165.02 -
System Red Green Blue C M Y K H S L
Decimal 247 185 111 0 0.25 0.55 0.03 32.65 0.89 0.7
Hex F7 B9 6F 0 19 37 3 21 59 46
Octal 367 271 157 0 31 67 3 41 131 106
Binary 11110111 10111001 1101111 0 11001 110111 11 100001 1011001 1000110

Color Harmonies of #F7B96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7B96F

Black with #F7B96F

Text Example


Text Example

White with #F7B96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7B96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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