#F3D162

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

Shades of Golden Sand #F3D162

Tints of Golden Sand #F3D162

Color information

#F3D162 (or 0xF3D162) is unknown color: approx Golden Sand. HEX triplet: F3, D1 and 62. RGB value is (243,209,98). Sum of RGB (Red+Green+Blue) = 243+209+98=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D162 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D162 is #0C2E9D. Grayscale: #CECECE. Windows color (decimal): -798366 or 6476275. OLE color: 6476275.

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

Color convert

RGB24320998-
CMYK00.140.600.05
HSL45.93º85.8%66.86%-
HSV(B)45.93º59.67%95.29%-
XYZ61.9765.5420.94-
YUV206.5166.76154.03-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 44.18%
GREEN value IS 209 (82.03% from 255) = 38%
BLUE value IS 98 (38.67% from 255) = 17.82%
R=44.18%
G=38%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432099800.140.600.0545.9385.866.86
HexF3D1620E3C52e5643
Octal36332114201674556126103
Binary111100111101000111000100111011110010110111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D162; }

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

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

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

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

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

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

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

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