#F1C860

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

Shades of Golden Sand #F1C860

Tints of Golden Sand #F1C860

Color information

#F1C860 (or 0xF1C860) is unknown color: approx Golden Sand. HEX triplet: F1, C8 and 60. RGB value is (241,200,96). Sum of RGB (Red+Green+Blue) = 241+200+96=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C860 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C860 is #0E379F. Grayscale: #C8C8C8. Windows color (decimal): -931744 or 6342897. OLE color: 6342897.

HSL color Cylindrical-coordinate representation of color #F1C860: hue angle of 43.03º 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 #F1C860 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24120096-
CMYK00.170.600.05
HSL43.03º83.82%66.08%-
HSV(B)43.03º60.17%94.51%-
XYZ59.0460.8519.7-
YUV200.469.08156.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 96 (37.89% from 255) = 17.88%
R=44.88%
G=37.24%
B=17.88%

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
Decimal2412009600.170.600.0543.0383.8266.08
HexF1C8600113C52b5442
Octal36131014002174553124102
Binary1111000111001000110000001000111110010110101110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C860; }

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

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

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

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

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

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

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

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