#F1C76E

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

Shades of Golden Sand #F1C76E

Tints of Golden Sand #F1C76E

Color information

#F1C76E (or 0xF1C76E) is unknown color: approx Golden Sand. HEX triplet: F1, C7 and 6E. RGB value is (241,199,110). Sum of RGB (Red+Green+Blue) = 241+199+110=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C76E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C76E is #0E3891. Grayscale: #C9C9C9. Windows color (decimal): -931986 or 7260145. OLE color: 7260145.

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

Color convert

RGB241199110-
CMYK00.170.540.05
HSL40.76º82.39%68.82%-
HSV(B)40.76º54.36%94.51%-
XYZ59.5160.6723.33-
YUV201.4176.41156.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.82%
GREEN value IS 199 (78.12% from 255) = 36.18%
BLUE value IS 110 (43.36% from 255) = 20%
R=43.82%
G=36.18%
B=20%

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
Decimal24119911000.170.540.0540.7682.3968.82
HexF1C76E011365295245
Octal36130715602166551122105
Binary1111000111000111110111001000111011010110100110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C76E; }

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

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

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

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

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

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

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

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