#F1C685

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

Shades of Marzipan #F1C685

Tints of Marzipan #F1C685

Color information

#F1C685 (or 0xF1C685) is unknown color: approx Marzipan. HEX triplet: F1, C6 and 85. RGB value is (241,198,133). Sum of RGB (Red+Green+Blue) = 241+198+133=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 133 (52.34% from 255 or 23.25% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C685 is #0E397A. Grayscale: #CBCBCB. Windows color (decimal): -932219 or 8767217. OLE color: 8767217.

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

Color convert

RGB241198133-
CMYK00.180.450.05
HSL36.11º79.41%73.33%-
HSV(B)36.11º44.81%94.51%-
XYZ60.760.7830.72-
YUV203.4588.25154.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.13%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 133 (52.34% from 255) = 23.25%
R=42.13%
G=34.62%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119813300.180.450.0536.1179.4173.33
HexF1C6850122D5244f49
Octal36130620502255544117111
Binary11110001110001101000010101001010110110110010010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C685; }

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

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

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

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

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

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

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

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