#F1C46A

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

Shades of Golden Sand #F1C46A

Tints of Golden Sand #F1C46A

Color information

#F1C46A (or 0xF1C46A) is unknown color: approx Golden Sand. HEX triplet: F1, C4 and 6A. RGB value is (241,196,106). Sum of RGB (Red+Green+Blue) = 241+196+106=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1C46A is #0E3B95. Grayscale: #C7C7C7. Windows color (decimal): -932758 or 6997233. OLE color: 6997233.

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

Color convert

RGB241196106-
CMYK00.190.560.05
HSL40º82.82%68.04%-
HSV(B)40º56.02%94.51%-
XYZ58.6259.2221.98-
YUV199.275.41157.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.38%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 106 (41.80% from 255) = 19.52%
R=44.38%
G=36.10%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119610600.190.560.054082.8268.04
HexF1C46A013385285344
Octal36130415202370550123104
Binary1111000111000100110101001001111100010110100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C46A; }

 p { color: rgb(241,196,106); }

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

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

 a { background-color: rgb(241,196,106); }

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

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

 span { border-color: rgb(241,196,106); }

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