#F3D165

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

Shades of Golden Sand #F3D165

Tints of Golden Sand #F3D165

Color information

#F3D165 (or 0xF3D165) is unknown color: approx Golden Sand. HEX triplet: F3, D1 and 65. RGB value is (243,209,101). Sum of RGB (Red+Green+Blue) = 243+209+101=553 (73% of max value = 765). Red value is 243 (95.31% from 255 or 43.94% from 553); Green value is 209 (82.03% from 255 or 37.79% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D165 is #0C2E9A. Grayscale: #CFCFCF. Windows color (decimal): -798363 or 6672883. OLE color: 6672883.

HSL color Cylindrical-coordinate representation of color #F3D165: hue angle of 45.63º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F3D165 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB243209101-
CMYK00.140.580.05
HSL45.63º85.54%67.45%-
HSV(B)45.63º58.44%95.29%-
XYZ62.1165.621.7-
YUV206.8568.26153.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 43.94%
GREEN value IS 209 (82.03% from 255) = 37.79%
BLUE value IS 101 (39.84% from 255) = 18.26%
R=43.94%
G=37.79%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24320910100.140.580.0545.6385.5467.45
HexF3D1650E3A52e5643
Octal36332114501672556126103
Binary111100111101000111001010111011101010110111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D165; }

 p { color: rgb(243,209,101); }

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

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

 a { background-color: rgb(243,209,101); }

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

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

 span { border-color: rgb(243,209,101); }

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