#F0C887

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

Shades of Marzipan #F0C887

Tints of Marzipan #F0C887

Color information

#F0C887 (or 0xF0C887) is unknown color: approx Marzipan. HEX triplet: F0, C8 and 87. RGB value is (240,200,135). Sum of RGB (Red+Green+Blue) = 240+200+135=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 135 (53.12% from 255 or 23.48% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C887 is #0F3778. Grayscale: #CCCCCC. Windows color (decimal): -997241 or 8898800. OLE color: 8898800.

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

Color convert

RGB240200135-
CMYK00.170.440.06
HSL37.14º77.78%73.53%-
HSV(B)37.14º43.75%94.12%-
XYZ60.9661.5831.6-
YUV204.5588.75153.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.74%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 135 (53.12% from 255) = 23.48%
R=41.74%
G=34.78%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020013500.170.440.0637.1477.7873.53
HexF0C8870112C6254e4a
Octal36031020702154645116112
Binary11110000110010001000011101000110110011010010110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C887; }

 p { color: rgb(240,200,135); }

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

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

 a { background-color: rgb(240,200,135); }

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

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

 span { border-color: rgb(240,200,135); }

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