Html Css Color HEX #F6BA6F Harvest Gold

📋 copy color: '#F6BA6F'

red 246 ◦ green 186 ◦ blue 111

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

Shades of Harvest Gold #F6BA6F

Tints of Harvest Gold #F6BA6F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

 BLUE value IS 111 (43.75% from 255) = 20.44%

R = 45.3%
G = 34.25%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#F6BA6F (or 0xF6BA6F) is known color: Harvest Gold. HEX triplet: F6, BA and 6F. RGB value is (246,186,111). Sum of RGB (Red+Green+Blue) = 246+186+111=543 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.30% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 111 (43.75% from 255 or 20.44% from 543); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA6F is #094590. Grayscale: #C3C3C3. Windows color (decimal): -607633 or 7322358. OLE color: 7322358.

HSL color Cylindrical-coordinate representation of color #F6BA6F: hue angle of 33.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F6BA6F is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 186 111 -
CMYK 0 0.24 0.55 0.04
HSL 33.33º 0.88% 0.7% -
HSV(B) 33.33º 0.55% 0.96% -
XYZ 58.43 55.86 22.74 -
YUV 195.39 80.38 164.1 -
System Red Green Blue C M Y K H S L
Decimal 246 186 111 0 0.24 0.55 0.04 33.33 0.88 0.7
Hex F6 BA 6F 0 18 37 4 21 58 46
Octal 366 272 157 0 30 67 4 41 130 106
Binary 11110110 10111010 1101111 0 11000 110111 100 100001 1011000 1000110

Color Harmonies of #F6BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BA6F

Black with #F6BA6F

Text Example


Text Example

White with #F6BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BA6F; }

 p { color: rgb(246,186,111); }

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

background-color css

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

 a { background-color: rgb(246,186,111); }

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

border-color css

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

 span { border-color: rgb(246,186,111); }

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