#F1CC6A

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

Shades of Golden Sand #F1CC6A

Tints of Golden Sand #F1CC6A

Color information

#F1CC6A (or 0xF1CC6A) is unknown color: approx Golden Sand. HEX triplet: F1, CC and 6A. RGB value is (241,204,106). Sum of RGB (Red+Green+Blue) = 241+204+106=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CC6A is #0E3395. Grayscale: #CCCCCC. Windows color (decimal): -930710 or 6999281. OLE color: 6999281.

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

Color convert

RGB241204106-
CMYK00.150.560.05
HSL43.56º82.82%68.04%-
HSV(B)43.56º56.02%94.51%-
XYZ60.4762.9322.59-
YUV203.8972.76154.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.74%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 106 (41.80% from 255) = 19.24%
R=43.74%
G=37.02%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120410600.150.560.0543.5682.8268.04
HexF1CC6A0F3852c5344
Octal36131415201770554123104
Binary111100011100110011010100111111100010110110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CC6A; }

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

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

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

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

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

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

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

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