#F0C981

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

Shades of Marzipan #F0C981

Tints of Marzipan #F0C981

Color information

#F0C981 (or 0xF0C981) is unknown color: approx Marzipan. HEX triplet: F0, C9 and 81. RGB value is (240,201,129). Sum of RGB (Red+Green+Blue) = 240+201+129=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 201 (78.91% from 255 or 35.26% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C981 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C981 is #0F367E. Grayscale: #CCCCCC. Windows color (decimal): -996991 or 8505840. OLE color: 8505840.

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

Color convert

RGB240201129-
CMYK00.160.460.06
HSL38.92º78.72%72.35%-
HSV(B)38.92º46.25%94.12%-
XYZ60.7861.8829.51-
YUV204.4585.42153.35-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 201 (78.91% from 255) = 35.26%
BLUE value IS 129 (50.78% from 255) = 22.63%
R=42.11%
G=35.26%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020112900.160.460.0638.9278.7272.35
HexF0C9810102E6274f48
Octal36031120102056647117110
Binary11110000110010011000000101000010111011010011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C981; }

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

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

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

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

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

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

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

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