#F7CE65

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

Shades of Golden Sand #F7CE65

Tints of Golden Sand #F7CE65

Color information

#F7CE65 (or 0xF7CE65) is unknown color: approx Golden Sand. HEX triplet: F7, CE and 65. RGB value is (247,206,101). Sum of RGB (Red+Green+Blue) = 247+206+101=554 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.58% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 101 (39.84% from 255 or 18.23% from 554); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CE65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CE65 is #08319A. Grayscale: #CECECE. Windows color (decimal): -536987 or 6672119. OLE color: 6672119.

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

Color convert

RGB247206101-
CMYK00.170.590.03
HSL43.15º90.12%68.24%-
HSV(B)43.15º59.11%96.86%-
XYZ62.7864.8621.52-
YUV206.2968.58157.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.58%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 101 (39.84% from 255) = 18.23%
R=44.58%
G=37.18%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720610100.170.590.0343.1590.1268.24
HexF7CE650113B32b5a44
Octal36731614502173353132104
Binary111101111100111011001010100011110111110101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CE65; }

 p { color: rgb(247,206,101); }

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

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

 a { background-color: rgb(247,206,101); }

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

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

 span { border-color: rgb(247,206,101); }

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