Html Css Color HEX #F6BF64 Harvest Gold

📋 copy color: '#F6BF64'

red 246 ◦ green 191 ◦ blue 100

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

Shades of Harvest Gold #F6BF64

Tints of Harvest Gold #F6BF64

RGB

 RED value IS 246 (96.48% from 255) = 45.81%

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

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

R = 45.81%
G = 35.57%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6BF64 (or 0xF6BF64) is known color: Harvest Gold. HEX triplet: F6, BF and 64. RGB value is (246,191,100). Sum of RGB (Red+Green+Blue) = 246+191+100=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 191 (75% from 255 or 35.57% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BF64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BF64 is #09409B. Grayscale: #C5C5C5. Windows color (decimal): -606364 or 6602742. OLE color: 6602742.

HSL color Cylindrical-coordinate representation of color #F6BF64: hue angle of 37.4º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6BF64 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 191 100 -
CMYK 0 0.22 0.59 0.04
HSL 37.4º 0.89% 0.68% -
HSV(B) 37.4º 0.59% 0.96% -
XYZ 58.94 57.77 20.1 -
YUV 197.07 73.22 162.9 -
System Red Green Blue C M Y K H S L
Decimal 246 191 100 0 0.22 0.59 0.04 37.4 0.89 0.68
Hex F6 BF 64 0 16 3B 4 25 59 44
Octal 366 277 144 0 26 73 4 45 131 104
Binary 11110110 10111111 1100100 0 10110 111011 100 100101 1011001 1000100

Color Harmonies of #F6BF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BF64

Black with #F6BF64

Text Example


Text Example

White with #F6BF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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