#F1C666

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

Shades of Golden Sand #F1C666

Tints of Golden Sand #F1C666

Color information

#F1C666 (or 0xF1C666) is unknown color: approx Golden Sand. HEX triplet: F1, C6 and 66. RGB value is (241,198,102). Sum of RGB (Red+Green+Blue) = 241+198+102=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 198 (77.73% from 255 or 36.60% from 541); Blue value is 102 (40.23% from 255 or 18.85% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C666 is #0E3999. Grayscale: #C8C8C8. Windows color (decimal): -932250 or 6735601. OLE color: 6735601.

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

Color convert

RGB241198102-
CMYK00.180.580.05
HSL41.44º83.23%67.25%-
HSV(B)41.44º57.68%94.51%-
XYZ58.8760.0521.06-
YUV199.9172.75157.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 198 (77.73% from 255) = 36.60%
BLUE value IS 102 (40.23% from 255) = 18.85%
R=44.55%
G=36.60%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119810200.180.580.0541.4483.2367.25
HexF1C6660123A5295343
Octal36130614602272551123103
Binary1111000111000110110011001001011101010110100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C666; }

 p { color: rgb(241,198,102); }

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

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

 a { background-color: rgb(241,198,102); }

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

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

 span { border-color: rgb(241,198,102); }

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