#F0C487

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

Shades of Marzipan #F0C487

Tints of Marzipan #F0C487

Color information

#F0C487 (or 0xF0C487) is unknown color: approx Marzipan. HEX triplet: F0, C4 and 87. RGB value is (240,196,135). Sum of RGB (Red+Green+Blue) = 240+196+135=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 135 (53.12% from 255 or 23.64% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C487 is #0F3B78. Grayscale: #CACACA. Windows color (decimal): -998265 or 8897776. OLE color: 8897776.

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

Color convert

RGB240196135-
CMYK00.180.440.06
HSL34.86º77.78%73.53%-
HSV(B)34.86º43.75%94.12%-
XYZ60.0559.7531.29-
YUV202.290.08154.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.03%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 135 (53.12% from 255) = 23.64%
R=42.03%
G=34.33%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019613500.180.440.0634.8677.7873.53
HexF0C4870122C6234e4a
Octal36030420702254643116112
Binary11110000110001001000011101001010110011010001110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C487; }

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

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

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

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

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

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

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

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