#F2C67C

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

Shades of Marzipan #F2C67C

Tints of Marzipan #F2C67C

Color information

#F2C67C (or 0xF2C67C) is unknown color: approx Marzipan. HEX triplet: F2, C6 and 7C. RGB value is (242,198,124). Sum of RGB (Red+Green+Blue) = 242+198+124=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C67C is #0D3983. Grayscale: #CBCBCB. Windows color (decimal): -866692 or 8177394. OLE color: 8177394.

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

Color convert

RGB242198124-
CMYK00.180.490.05
HSL37.63º81.94%71.76%-
HSV(B)37.63º48.76%94.9%-
XYZ60.4560.7227.6-
YUV202.7283.58156.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 198 (77.73% from 255) = 35.11%
BLUE value IS 124 (48.83% from 255) = 21.99%
R=42.91%
G=35.11%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219812400.180.490.0537.6381.9471.76
HexF2C67C012315265248
Octal36230617402261546122110
Binary1111001011000110111110001001011000110110011010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C67C; }

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

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

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

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

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

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

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

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