Html Css Color HEX #F6D166 Golden Sand

📋 copy color: '#F6D166'

red 246 ◦ green 209 ◦ blue 102

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

Shades of Golden Sand #F6D166

Tints of Golden Sand #F6D166

RGB

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

 GREEN value IS 209 (82.03% from 255) = 37.52%

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

R = 44.17%
G = 37.52%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F6D166 (or 0xF6D166) is known color: Golden Sand. HEX triplet: F6, D1 and 66. RGB value is (246,209,102). Sum of RGB (Red+Green+Blue) = 246+209+102=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 209 (82.03% from 255 or 37.52% from 557); Blue value is 102 (40.23% from 255 or 18.31% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D166 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D166 is #092E99. Grayscale: #D0D0D0. Windows color (decimal): -601754 or 6738422. OLE color: 6738422.

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

Color convert

RGB 246 209 102 -
CMYK 0 0.15 0.59 0.04
HSL 44.58º 0.89% 0.68% -
HSV(B) 44.58º 0.59% 0.96% -
XYZ 63.2 66.15 22.01 -
YUV 207.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 246 209 102 0 0.15 0.59 0.04 44.58 0.89 0.68
Hex F6 D1 66 0 F 3B 4 2D 59 44
Octal 366 321 146 0 17 73 4 55 131 104
Binary 11110110 11010001 1100110 0 1111 111011 100 101101 1011001 1000100

Color Harmonies of #F6D166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6D166

Black with #F6D166

Text Example


Text Example

White with #F6D166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6D166; }

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

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

background-color css

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

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

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

border-color css

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

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

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