#F0C387

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

Shades of Marzipan #F0C387

Tints of Marzipan #F0C387

Color information

#F0C387 (or 0xF0C387) is unknown color: approx Marzipan. HEX triplet: F0, C3 and 87. RGB value is (240,195,135). Sum of RGB (Red+Green+Blue) = 240+195+135=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 135 (53.12% from 255 or 23.68% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C387 is #0F3C78. Grayscale: #C9C9C9. Windows color (decimal): -998521 or 8897520. OLE color: 8897520.

HSL color Cylindrical-coordinate representation of color #F0C387: hue angle of 34.29º 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 #F0C387 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB240195135-
CMYK00.190.440.06
HSL34.29º77.78%73.53%-
HSV(B)34.29º43.75%94.12%-
XYZ59.8259.331.22-
YUV201.6190.41155.38-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 135 (53.12% from 255) = 23.68%
R=42.11%
G=34.21%
B=23.68%

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
Decimal24019513500.190.440.0634.2977.7873.53
HexF0C3870132C6224e4a
Octal36030320702354642116112
Binary11110000110000111000011101001110110011010001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C387; }

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

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

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

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

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

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

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

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