#F1C56D

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

Shades of Golden Sand #F1C56D

Tints of Golden Sand #F1C56D

Color information

#F1C56D (or 0xF1C56D) is unknown color: approx Golden Sand. HEX triplet: F1, C5 and 6D. RGB value is (241,197,109). Sum of RGB (Red+Green+Blue) = 241+197+109=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C56D is #0E3A92. Grayscale: #C8C8C8. Windows color (decimal): -932499 or 7194097. OLE color: 7194097.

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

Color convert

RGB241197109-
CMYK00.180.550.05
HSL40º82.5%68.63%-
HSV(B)40º54.77%94.51%-
XYZ5959.7422.89-
YUV200.1276.58157.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 197 (77.34% from 255) = 36.01%
BLUE value IS 109 (42.97% from 255) = 19.93%
R=44.06%
G=36.01%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119710900.180.550.054082.568.63
HexF1C56D012375285245
Octal36130515502267550122105
Binary1111000111000101110110101001011011110110100010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C56D; }

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

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

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

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

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

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

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

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