#F1C56F

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

Shades of Golden Sand #F1C56F

Tints of Golden Sand #F1C56F

Color information

#F1C56F (or 0xF1C56F) is unknown color: approx Golden Sand. HEX triplet: F1, C5 and 6F. RGB value is (241,197,111). Sum of RGB (Red+Green+Blue) = 241+197+111=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 197 (77.34% from 255 or 35.88% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C56F is #0E3A90. Grayscale: #C8C8C8. Windows color (decimal): -932497 or 7325169. OLE color: 7325169.

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

Color convert

RGB241197111-
CMYK00.180.540.05
HSL39.69º82.28%69.02%-
HSV(B)39.69º53.94%94.51%-
XYZ59.1159.7823.46-
YUV200.3577.58156.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.90%
GREEN value IS 197 (77.34% from 255) = 35.88%
BLUE value IS 111 (43.75% from 255) = 20.22%
R=43.90%
G=35.88%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119711100.180.540.0539.6982.2869.02
HexF1C56F012365285245
Octal36130515702266550122105
Binary1111000111000101110111101001011011010110100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C56F; }

 p { color: rgb(241,197,111); }

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

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

 a { background-color: rgb(241,197,111); }

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

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

 span { border-color: rgb(241,197,111); }

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