#F1D172

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

Shades of Golden Sand #F1D172

Tints of Golden Sand #F1D172

Color information

#F1D172 (or 0xF1D172) is unknown color: approx Golden Sand. HEX triplet: F1, D1 and 72. RGB value is (241,209,114). Sum of RGB (Red+Green+Blue) = 241+209+114=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 209 (82.03% from 255 or 37.06% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D172 is #0E2E8D. Grayscale: #D0D0D0. Windows color (decimal): -929422 or 7524849. OLE color: 7524849.

HSL color Cylindrical-coordinate representation of color #F1D172: hue angle of 44.88º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1D172 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB241209114-
CMYK00.130.530.05
HSL44.88º81.94%69.61%-
HSV(B)44.88º52.7%94.51%-
XYZ62.1165.5225.29-
YUV207.7475.1151.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 209 (82.03% from 255) = 37.06%
BLUE value IS 114 (44.92% from 255) = 20.21%
R=42.73%
G=37.06%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120911400.130.530.0544.8881.9469.61
HexF1D1720D3552d5246
Octal36132116201565555122106
Binary111100011101000111100100110111010110110110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D172; }

 p { color: rgb(241,209,114); }

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

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

 a { background-color: rgb(241,209,114); }

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

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

 span { border-color: rgb(241,209,114); }

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