#F1C76F

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

Shades of Golden Sand #F1C76F

Tints of Golden Sand #F1C76F

Color information

#F1C76F (or 0xF1C76F) is unknown color: approx Golden Sand. HEX triplet: F1, C7 and 6F. RGB value is (241,199,111). Sum of RGB (Red+Green+Blue) = 241+199+111=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C76F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C76F is #0E3890. Grayscale: #C9C9C9. Windows color (decimal): -931985 or 7325681. OLE color: 7325681.

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

Color convert

RGB241199111-
CMYK00.170.540.05
HSL40.62º82.28%69.02%-
HSV(B)40.62º53.94%94.51%-
XYZ59.5760.723.61-
YUV201.5376.91156.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 199 (78.12% from 255) = 36.12%
BLUE value IS 111 (43.75% from 255) = 20.15%
R=43.74%
G=36.12%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119911100.170.540.0540.6282.2869.02
HexF1C76F011365295245
Octal36130715702166551122105
Binary1111000111000111110111101000111011010110100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C76F; }

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

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

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

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

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

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

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

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