#F2D165

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

Shades of Golden Sand #F2D165

Tints of Golden Sand #F2D165

Color information

#F2D165 (or 0xF2D165) is unknown color: approx Golden Sand. HEX triplet: F2, D1 and 65. RGB value is (242,209,101). Sum of RGB (Red+Green+Blue) = 242+209+101=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 101 (39.84% from 255 or 18.30% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D165 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D165 is #0D2E9A. Grayscale: #CFCFCF. Windows color (decimal): -863899 or 6672882. OLE color: 6672882.

HSL color Cylindrical-coordinate representation of color #F2D165: hue angle of 45.96º degrees, saturation: 0.84, 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 #F2D165 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242209101-
CMYK00.140.580.05
HSL45.96º84.43%67.25%-
HSV(B)45.96º58.26%94.9%-
XYZ61.7765.4221.68-
YUV206.5668.43153.28-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.84%
GREEN value IS 209 (82.03% from 255) = 37.86%
BLUE value IS 101 (39.84% from 255) = 18.30%
R=43.84%
G=37.86%
B=18.30%

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
Decimal24220910100.140.580.0545.9684.4367.25
HexF2D1650E3A52e5443
Octal36232114501672556124103
Binary111100101101000111001010111011101010110111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D165; }

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

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

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

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

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

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

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

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