#F0C37A

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

Shades of Marzipan #F0C37A

Tints of Marzipan #F0C37A

Color information

#F0C37A (or 0xF0C37A) is unknown color: approx Marzipan. HEX triplet: F0, C3 and 7A. RGB value is (240,195,122). Sum of RGB (Red+Green+Blue) = 240+195+122=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 122 (48.05% from 255 or 21.90% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C37A is #0F3C85. Grayscale: #C8C8C8. Windows color (decimal): -998534 or 8045552. OLE color: 8045552.

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

Color convert

RGB240195122-
CMYK00.190.490.06
HSL37.12º79.73%70.98%-
HSV(B)37.12º49.17%94.12%-
XYZ58.9658.9626.69-
YUV200.1383.91156.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.09%
GREEN value IS 195 (76.56% from 255) = 35.01%
BLUE value IS 122 (48.05% from 255) = 21.90%
R=43.09%
G=35.01%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019512200.190.490.0637.1279.7370.98
HexF0C37A013316255047
Octal36030317202361645120107
Binary1111000011000011111101001001111000111010010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C37A; }

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

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

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

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

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

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

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

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