#F6D36C

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

Shades of Golden Sand #F6D36C

Tints of Golden Sand #F6D36C

Color information

#F6D36C (or 0xF6D36C) is unknown color: approx Golden Sand. HEX triplet: F6, D3 and 6C. RGB value is (246,211,108). Sum of RGB (Red+Green+Blue) = 246+211+108=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 108 (42.58% from 255 or 19.12% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D36C is #092C93. Grayscale: #D2D2D2. Windows color (decimal): -601236 or 7132150. OLE color: 7132150.

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

Color convert

RGB246211108-
CMYK00.140.560.04
HSL44.78º88.46%69.41%-
HSV(B)44.78º56.1%96.47%-
XYZ64.0167.2623.8-
YUV209.7270.6153.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 43.54%
GREEN value IS 211 (82.81% from 255) = 37.35%
BLUE value IS 108 (42.58% from 255) = 19.12%
R=43.54%
G=37.35%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24621110800.140.560.0444.7888.4669.41
HexF6D36C0E3842d5845
Octal36632315401670455130105
Binary111101101101001111011000111011100010010110110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6D36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6D36C; }

 p { color: rgb(246,211,108); }

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

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

 a { background-color: rgb(246,211,108); }

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

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

 span { border-color: rgb(246,211,108); }

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