#F1CC6F

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

Shades of Golden Sand #F1CC6F

Tints of Golden Sand #F1CC6F

Color information

#F1CC6F (or 0xF1CC6F) is unknown color: approx Golden Sand. HEX triplet: F1, CC and 6F. RGB value is (241,204,111). Sum of RGB (Red+Green+Blue) = 241+204+111=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 111 (43.75% from 255 or 19.96% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1CC6F is #0E3390. Grayscale: #CCCCCC. Windows color (decimal): -930705 or 7326961. OLE color: 7326961.

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

Color convert

RGB241204111-
CMYK00.150.540.05
HSL42.92º82.28%69.02%-
HSV(B)42.92º53.94%94.51%-
XYZ60.7463.0324-
YUV204.4675.26154.06-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.35%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 111 (43.75% from 255) = 19.96%
R=43.35%
G=36.69%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120411100.150.540.0542.9282.2869.02
HexF1CC6F0F3652b5245
Octal36131415701766553122105
Binary111100011100110011011110111111011010110101110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CC6F; }

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

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

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

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

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

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

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

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