Html Css Color HEX #F7BF64 Harvest Gold

📋 copy color: '#F7BF64'

red 247 ◦ green 191 ◦ blue 100

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

Shades of Harvest Gold #F7BF64

Tints of Harvest Gold #F7BF64

RGB

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

 GREEN value IS 191 (75% from 255) = 35.5%

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

R = 45.91%
G = 35.5%
B = 18.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#F7BF64 (or 0xF7BF64) is known color: Harvest Gold. HEX triplet: F7, BF and 64. RGB value is (247,191,100). Sum of RGB (Red+Green+Blue) = 247+191+100=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7BF64 is #08409B. Grayscale: #C5C5C5. Windows color (decimal): -540828 or 6602743. OLE color: 6602743.

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

Color convert

RGB 247 191 100 -
CMYK 0 0.23 0.60 0.03
HSL 37.14º 0.9% 0.68% -
HSV(B) 37.14º 0.6% 0.97% -
XYZ 59.29 57.96 20.12 -
YUV 197.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 247 191 100 0 0.23 0.60 0.03 37.14 0.9 0.68
Hex F7 BF 64 0 17 3C 3 25 5A 44
Octal 367 277 144 0 27 74 3 45 132 104
Binary 11110111 10111111 1100100 0 10111 111100 11 100101 1011010 1000100

Color Harmonies of #F7BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BF64

Black with #F7BF64

Text Example


Text Example

White with #F7BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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