#F2C384

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

Shades of Marzipan #F2C384

Tints of Marzipan #F2C384

Color information

#F2C384 (or 0xF2C384) is unknown color: approx Marzipan. HEX triplet: F2, C3 and 84. RGB value is (242,195,132). Sum of RGB (Red+Green+Blue) = 242+195+132=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 195 (76.56% from 255 or 34.27% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C384 is #0D3C7B. Grayscale: #CACACA. Windows color (decimal): -867452 or 8700914. OLE color: 8700914.

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

Color convert

RGB242195132-
CMYK00.190.450.05
HSL34.36º80.88%73.33%-
HSV(B)34.36º45.45%94.9%-
XYZ60.359.5730.15-
YUV201.8788.57156.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.53%
GREEN value IS 195 (76.56% from 255) = 34.27%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=42.53%
G=34.27%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219513200.190.450.0534.3680.8873.33
HexF2C3840132D5225149
Octal36230320402355542121111
Binary11110010110000111000010001001110110110110001010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C384; }

 p { color: rgb(242,195,132); }

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

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

 a { background-color: rgb(242,195,132); }

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

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

 span { border-color: rgb(242,195,132); }

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