#F0C386

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

Shades of Marzipan #F0C386

Tints of Marzipan #F0C386

Color information

#F0C386 (or 0xF0C386) is unknown color: approx Marzipan. HEX triplet: F0, C3 and 86. RGB value is (240,195,134). Sum of RGB (Red+Green+Blue) = 240+195+134=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 134 (52.73% from 255 or 23.55% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C386 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C386 is #0F3C79. Grayscale: #C9C9C9. Windows color (decimal): -998522 or 8831984. OLE color: 8831984.

HSL color Cylindrical-coordinate representation of color #F0C386: hue angle of 34.53º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0C386 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240195134-
CMYK00.190.440.06
HSL34.53º77.94%73.33%-
HSV(B)34.53º44.17%94.12%-
XYZ59.7559.2830.85-
YUV201.589.91155.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.18%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 134 (52.73% from 255) = 23.55%
R=42.18%
G=34.27%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019513400.190.440.0634.5377.9473.33
HexF0C3860132C6234e49
Octal36030320602354643116111
Binary11110000110000111000011001001110110011010001110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C386; }

 p { color: rgb(240,195,134); }

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

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

 a { background-color: rgb(240,195,134); }

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

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

 span { border-color: rgb(240,195,134); }

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