Html Css Color HEX #F6C266 Harvest Gold

📋 copy color: '#F6C266'

red 246 ◦ green 194 ◦ blue 102

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

Shades of Harvest Gold #F6C266

Tints of Harvest Gold #F6C266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.79%

 BLUE value IS 102 (40.23% from 255) = 18.82%

R = 45.39%
G = 35.79%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6C266 (or 0xF6C266) is known color: Harvest Gold. HEX triplet: F6, C2 and 66. RGB value is (246,194,102). Sum of RGB (Red+Green+Blue) = 246+194+102=542 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.39% from 542); Green value is 194 (76.17% from 255 or 35.79% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C266 is #093D99. Grayscale: #C7C7C7. Windows color (decimal): -605594 or 6734582. OLE color: 6734582.

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

Color convert

RGB 246 194 102 -
CMYK 0 0.21 0.59 0.04
HSL 38.33º 0.89% 0.68% -
HSV(B) 38.33º 0.59% 0.96% -
XYZ 59.7 59.14 20.84 -
YUV 199.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 246 194 102 0 0.21 0.59 0.04 38.33 0.89 0.68
Hex F6 C2 66 0 15 3B 4 26 59 44
Octal 366 302 146 0 25 73 4 46 131 104
Binary 11110110 11000010 1100110 0 10101 111011 100 100110 1011001 1000100

Color Harmonies of #F6C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6C266

Black with #F6C266

Text Example


Text Example

White with #F6C266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6C266; }

 p { color: rgb(246,194,102); }

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

background-color css

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

 a { background-color: rgb(246,194,102); }

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

border-color css

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

 span { border-color: rgb(246,194,102); }

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