Html Css Color HEX #F6BC65 Harvest Gold

📋 copy color: '#F6BC65'

red 246 ◦ green 188 ◦ blue 101

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

Shades of Harvest Gold #F6BC65

Tints of Harvest Gold #F6BC65

RGB

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

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

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

R = 45.98%
G = 35.14%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6BC65 (or 0xF6BC65) is known color: Harvest Gold. HEX triplet: F6, BC and 65. RGB value is (246,188,101). Sum of RGB (Red+Green+Blue) = 246+188+101=535 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.98% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 101 (39.84% from 255 or 18.88% from 535); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BC65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BC65 is #09439A. Grayscale: #C3C3C3. Windows color (decimal): -607131 or 6667510. OLE color: 6667510.

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

Color convert

RGB 246 188 101 -
CMYK 0 0.24 0.59 0.04
HSL 36º 0.89% 0.68% -
HSV(B) 36º 0.59% 0.96% -
XYZ 58.34 56.5 20.14 -
YUV 195.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 246 188 101 0 0.24 0.59 0.04 36 0.89 0.68
Hex F6 BC 65 0 18 3B 4 24 59 44
Octal 366 274 145 0 30 73 4 44 131 104
Binary 11110110 10111100 1100101 0 11000 111011 100 100100 1011001 1000100

Color Harmonies of #F6BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BC65

Black with #F6BC65

Text Example


Text Example

White with #F6BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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