#F0C27D

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

Shades of Marzipan #F0C27D

Tints of Marzipan #F0C27D

Color information

#F0C27D (or 0xF0C27D) is unknown color: approx Marzipan. HEX triplet: F0, C2 and 7D. RGB value is (240,194,125). Sum of RGB (Red+Green+Blue) = 240+194+125=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C27D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C27D is #0F3D82. Grayscale: #C8C8C8. Windows color (decimal): -998787 or 8241904. OLE color: 8241904.

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

Color convert

RGB240194125-
CMYK00.190.480.06
HSL36º79.31%71.57%-
HSV(B)36º47.92%94.12%-
XYZ58.9358.5927.61-
YUV199.8985.74156.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.93%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 125 (49.22% from 255) = 22.36%
R=42.93%
G=34.70%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019412500.190.480.063679.3171.57
HexF0C27D013306244f48
Octal36030217502360644117110
Binary1111000011000010111110101001111000011010010010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C27D; }

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

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

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

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

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

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

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

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