#F0C27A

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

Shades of Marzipan #F0C27A

Tints of Marzipan #F0C27A

Color information

#F0C27A (or 0xF0C27A) is unknown color: approx Marzipan. HEX triplet: F0, C2 and 7A. RGB value is (240,194,122). Sum of RGB (Red+Green+Blue) = 240+194+122=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C27A is #0F3D85. Grayscale: #C7C7C7. Windows color (decimal): -998790 or 8045296. OLE color: 8045296.

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

Color convert

RGB240194122-
CMYK00.190.490.06
HSL36.61º79.73%70.98%-
HSV(B)36.61º49.17%94.12%-
XYZ58.7458.5126.61-
YUV199.5584.24156.85-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.17%
GREEN value IS 194 (76.17% from 255) = 34.89%
BLUE value IS 122 (48.05% from 255) = 21.94%
R=43.17%
G=34.89%
B=21.94%

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
Decimal24019412200.190.490.0636.6179.7370.98
HexF0C27A013316255047
Octal36030217202361645120107
Binary1111000011000010111101001001111000111010010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C27A; }

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

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

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

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

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

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

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

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