#F1C760

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

Shades of Golden Sand #F1C760

Tints of Golden Sand #F1C760

Color information

#F1C760 (or 0xF1C760) is unknown color: approx Golden Sand. HEX triplet: F1, C7 and 60. RGB value is (241,199,96). Sum of RGB (Red+Green+Blue) = 241+199+96=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C760 is #0E389F. Grayscale: #C8C8C8. Windows color (decimal): -932000 or 6342641. OLE color: 6342641.

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

Color convert

RGB24119996-
CMYK00.170.600.05
HSL42.62º83.82%66.08%-
HSV(B)42.62º60.17%94.51%-
XYZ58.8160.3919.62-
YUV199.8269.41157.38-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.96%
GREEN value IS 199 (78.12% from 255) = 37.13%
BLUE value IS 96 (37.89% from 255) = 17.91%
R=44.96%
G=37.13%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411999600.170.600.0542.6283.8266.08
HexF1C7600113C52b5442
Octal36130714002174553124102
Binary1111000111000111110000001000111110010110101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C760; }

 p { color: rgb(241,199,96); }

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

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

 a { background-color: rgb(241,199,96); }

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

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

 span { border-color: rgb(241,199,96); }

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