#F1C761

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

Shades of Golden Sand #F1C761

Tints of Golden Sand #F1C761

Color information

#F1C761 (or 0xF1C761) is unknown color: approx Golden Sand. HEX triplet: F1, C7 and 61. RGB value is (241,199,97). Sum of RGB (Red+Green+Blue) = 241+199+97=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 97 (38.28% from 255 or 18.06% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C761 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C761 is #0E389E. Grayscale: #C8C8C8. Windows color (decimal): -931999 or 6408177. OLE color: 6408177.

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

Color convert

RGB24119997-
CMYK00.170.600.05
HSL42.5º83.72%66.27%-
HSV(B)42.5º59.75%94.51%-
XYZ58.8660.4119.87-
YUV199.9369.91157.29-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 199 (78.12% from 255) = 37.06%
BLUE value IS 97 (38.28% from 255) = 18.06%
R=44.88%
G=37.06%
B=18.06%

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
Decimal2411999700.170.600.0542.583.7266.27
HexF1C7610113C52a5442
Octal36130714102174552124102
Binary1111000111000111110000101000111110010110101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C761; }

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

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

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

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

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

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

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

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