Html Css Color HEX #F7BC64 Harvest Gold

📋 copy color: '#F7BC64'

red 247 ◦ green 188 ◦ blue 100

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

Shades of Harvest Gold #F7BC64

Tints of Harvest Gold #F7BC64

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

 BLUE value IS 100 (39.45% from 255) = 18.69%

R = 46.17%
G = 35.14%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F7BC64 (or 0xF7BC64) is known color: Harvest Gold. HEX triplet: F7, BC and 64. RGB value is (247,188,100). Sum of RGB (Red+Green+Blue) = 247+188+100=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BC64 is #08439B. Grayscale: #C4C4C4. Windows color (decimal): -541596 or 6601975. OLE color: 6601975.

HSL color Cylindrical-coordinate representation of color #F7BC64: hue angle of 35.92º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7BC64 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 188 100 -
CMYK 0 0.24 0.60 0.03
HSL 35.92º 0.9% 0.68% -
HSV(B) 35.92º 0.6% 0.97% -
XYZ 58.64 56.66 19.9 -
YUV 195.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 247 188 100 0 0.24 0.60 0.03 35.92 0.9 0.68
Hex F7 BC 64 0 18 3C 3 24 5A 44
Octal 367 274 144 0 30 74 3 44 132 104
Binary 11110111 10111100 1100100 0 11000 111100 11 100100 1011010 1000100

Color Harmonies of #F7BC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BC64

Black with #F7BC64

Text Example


Text Example

White with #F7BC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BC64; }

 p { color: rgb(247,188,100); }

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

background-color css

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

 a { background-color: rgb(247,188,100); }

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

border-color css

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

 span { border-color: rgb(247,188,100); }

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