#F1C969

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

Shades of Golden Sand #F1C969

Tints of Golden Sand #F1C969

Color information

#F1C969 (or 0xF1C969) is unknown color: approx Golden Sand. HEX triplet: F1, C9 and 69. RGB value is (241,201,105). Sum of RGB (Red+Green+Blue) = 241+201+105=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 105 (41.41% from 255 or 19.20% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C969 is #0E3696. Grayscale: #CACACA. Windows color (decimal): -931479 or 6932977. OLE color: 6932977.

HSL color Cylindrical-coordinate representation of color #F1C969: hue angle of 42.35º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1C969 is Cyan = 0, Magento = 0.17, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB241201105-
CMYK00.170.560.05
HSL42.35º82.93%67.84%-
HSV(B)42.35º56.43%94.51%-
XYZ59.7161.4922.09-
YUV202.0273.25155.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 105 (41.41% from 255) = 19.20%
R=44.06%
G=36.75%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120110500.170.560.0542.3582.9367.84
HexF1C9690113852a5344
Octal36131115102170552123104
Binary1111000111001001110100101000111100010110101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C969; }

 p { color: rgb(241,201,105); }

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

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

 a { background-color: rgb(241,201,105); }

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

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

 span { border-color: rgb(241,201,105); }

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