#F6C964

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

Shades of Golden Sand #F6C964

Tints of Golden Sand #F6C964

Color information

#F6C964 (or 0xF6C964) is unknown color: approx Golden Sand. HEX triplet: F6, C9 and 64. RGB value is (246,201,100). Sum of RGB (Red+Green+Blue) = 246+201+100=547 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.97% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C964 is #09369B. Grayscale: #CBCBCB. Windows color (decimal): -603804 or 6605302. OLE color: 6605302.

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

Color convert

RGB246201100-
CMYK00.180.590.04
HSL41.51º89.02%67.84%-
HSV(B)41.51º59.35%96.47%-
XYZ61.1962.2920.85-
YUV202.9469.91158.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 44.97%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 100 (39.45% from 255) = 18.28%
R=44.97%
G=36.75%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620110000.180.590.0441.5189.0267.84
HexF6C9640123B42a5944
Octal36631114402273452131104
Binary1111011011001001110010001001011101110010101010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C964; }

 p { color: rgb(246,201,100); }

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

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

 a { background-color: rgb(246,201,100); }

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

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

 span { border-color: rgb(246,201,100); }

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