#F0C980

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

Shades of Marzipan #F0C980

Tints of Marzipan #F0C980

Color information

#F0C980 (or 0xF0C980) is unknown color: approx Marzipan. HEX triplet: F0, C9 and 80. RGB value is (240,201,128). Sum of RGB (Red+Green+Blue) = 240+201+128=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C980 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C980 is #0F367F. Grayscale: #CCCCCC. Windows color (decimal): -996992 or 8440304. OLE color: 8440304.

HSL color Cylindrical-coordinate representation of color #F0C980: hue angle of 39.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0C980 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB240201128-
CMYK00.160.470.06
HSL39.11º78.87%72.16%-
HSV(B)39.11º46.67%94.12%-
XYZ60.7261.8629.16-
YUV204.3484.92153.44-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.18%
GREEN value IS 201 (78.91% from 255) = 35.33%
BLUE value IS 128 (50.39% from 255) = 22.50%
R=42.18%
G=35.33%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020112800.160.470.0639.1178.8772.16
HexF0C9800102F6274f48
Octal36031120002057647117110
Binary11110000110010011000000001000010111111010011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C980; }

 p { color: rgb(240,201,128); }

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

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

 a { background-color: rgb(240,201,128); }

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

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

 span { border-color: rgb(240,201,128); }

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