#F0C178

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

Shades of Marzipan #F0C178

Tints of Marzipan #F0C178

Color information

#F0C178 (or 0xF0C178) is unknown color: approx Marzipan. HEX triplet: F0, C1 and 78. RGB value is (240,193,120). Sum of RGB (Red+Green+Blue) = 240+193+120=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C178 is #0F3E87. Grayscale: #C7C7C7. Windows color (decimal): -999048 or 7913968. OLE color: 7913968.

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

Color convert

RGB240193120-
CMYK00.200.50.06
HSL36.5º80%70.59%-
HSV(B)36.5º50%94.12%-
XYZ58.458.0225.89-
YUV198.7383.57157.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.40%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 120 (47.27% from 255) = 21.70%
R=43.40%
G=34.90%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019312000.200.50.0636.58070.59
HexF0C178014326245047
Octal36030117002462644120107
Binary1111000011000001111100001010011001011010010010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C178; }

 p { color: rgb(240,193,120); }

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

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

 a { background-color: rgb(240,193,120); }

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

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

 span { border-color: rgb(240,193,120); }

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