#F7C964

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

Shades of Golden Sand #F7C964

Tints of Golden Sand #F7C964

Color information

#F7C964 (or 0xF7C964) is unknown color: approx Golden Sand. HEX triplet: F7, C9 and 64. RGB value is (247,201,100). Sum of RGB (Red+Green+Blue) = 247+201+100=548 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.07% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 100 (39.45% from 255 or 18.25% from 548); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7C964 is #08369B. Grayscale: #CBCBCB. Windows color (decimal): -538268 or 6605303. OLE color: 6605303.

HSL color Cylindrical-coordinate representation of color #F7C964: hue angle of 41.22º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F7C964 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB247201100-
CMYK00.190.600.03
HSL41.22º90.18%68.04%-
HSV(B)41.22º59.51%96.86%-
XYZ61.5462.4720.87-
YUV203.2469.74159.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 45.07%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 100 (39.45% from 255) = 18.25%
R=45.07%
G=36.68%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720110000.190.600.0341.2290.1868.04
HexF7C9640133C3295a44
Octal36731114402374351132104
Binary111101111100100111001000100111111001110100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C964; }

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

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

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

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

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

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

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

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