Html Css Color HEX #F6BD65 Harvest Gold

📋 copy color: '#F6BD65'

red 246 ◦ green 189 ◦ blue 101

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

Shades of Harvest Gold #F6BD65

Tints of Harvest Gold #F6BD65

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 101 (39.84% from 255) = 18.84%

R = 45.9%
G = 35.26%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6BD65 (or 0xF6BD65) is known color: Harvest Gold. HEX triplet: F6, BD and 65. RGB value is (246,189,101). Sum of RGB (Red+Green+Blue) = 246+189+101=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BD65 is #09429A. Grayscale: #C4C4C4. Windows color (decimal): -606875 or 6667766. OLE color: 6667766.

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

Color convert

RGB 246 189 101 -
CMYK 0 0.23 0.59 0.04
HSL 36.41º 0.89% 0.68% -
HSV(B) 36.41º 0.59% 0.96% -
XYZ 58.55 56.93 20.21 -
YUV 196.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 246 189 101 0 0.23 0.59 0.04 36.41 0.89 0.68
Hex F6 BD 65 0 17 3B 4 24 59 44
Octal 366 275 145 0 27 73 4 44 131 104
Binary 11110110 10111101 1100101 0 10111 111011 100 100100 1011001 1000100

Color Harmonies of #F6BD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BD65

Black with #F6BD65

Text Example


Text Example

White with #F6BD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BD65; }

 p { color: rgb(246,189,101); }

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

background-color css

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

 a { background-color: rgb(246,189,101); }

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

border-color css

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

 span { border-color: rgb(246,189,101); }

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