#F6D168

Color #F6D168 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #F6D168

Tints of Golden Sand #F6D168

Color information

#F6D168 (or 0xF6D168) is unknown color: approx Golden Sand. HEX triplet: F6, D1 and 68. RGB value is (246,209,104). Sum of RGB (Red+Green+Blue) = 246+209+104=559 (74% of max value = 765). Red value is 246 (96.48% from 255 or 44.01% from 559); Green value is 209 (82.03% from 255 or 37.39% from 559); Blue value is 104 (41.02% from 255 or 18.60% from 559); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D168 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D168 is #092E97. Grayscale: #D0D0D0. Windows color (decimal): -601752 or 6869494. OLE color: 6869494.

HSL color Cylindrical-coordinate representation of color #F6D168: hue angle of 44.37º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6D168 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB246209104-
CMYK00.150.580.04
HSL44.37º88.75%68.63%-
HSV(B)44.37º57.72%96.47%-
XYZ63.3166.1922.54-
YUV208.0969.26155.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.01%
GREEN value IS 209 (82.03% from 255) = 37.39%
BLUE value IS 104 (41.02% from 255) = 18.60%
R=44.01%
G=37.39%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620910400.150.580.0444.3788.7568.63
HexF6D1680F3A42c5945
Octal36632115001772454131105
Binary111101101101000111010000111111101010010110010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D168; }

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

 H1.HeaderClassName
 {
   color: #F6D168;
 }
 .AnyTagClassName
 {
   color: #F6D168;
 }
</style>
background-color css

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

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

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

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

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

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