#F2C57C

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

Shades of Marzipan #F2C57C

Tints of Marzipan #F2C57C

Color information

#F2C57C (or 0xF2C57C) is unknown color: approx Marzipan. HEX triplet: F2, C5 and 7C. RGB value is (242,197,124). Sum of RGB (Red+Green+Blue) = 242+197+124=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C57C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C57C is #0D3A83. Grayscale: #CACACA. Windows color (decimal): -866948 or 8177138. OLE color: 8177138.

HSL color Cylindrical-coordinate representation of color #F2C57C: hue angle of 37.12º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2C57C is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB242197124-
CMYK00.190.490.05
HSL37.12º81.94%71.76%-
HSV(B)37.12º48.76%94.9%-
XYZ60.2260.2627.53-
YUV202.1383.91156.44-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.98%
GREEN value IS 197 (77.34% from 255) = 34.99%
BLUE value IS 124 (48.83% from 255) = 22.02%
R=42.98%
G=34.99%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219712400.190.490.0537.1281.9471.76
HexF2C57C013315255248
Octal36230517402361545122110
Binary1111001011000101111110001001111000110110010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C57C; }

 p { color: rgb(242,197,124); }

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

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

 a { background-color: rgb(242,197,124); }

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

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

 span { border-color: rgb(242,197,124); }

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