#F0C47D

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

Shades of Marzipan #F0C47D

Tints of Marzipan #F0C47D

Color information

#F0C47D (or 0xF0C47D) is unknown color: approx Marzipan. HEX triplet: F0, C4 and 7D. RGB value is (240,196,125). Sum of RGB (Red+Green+Blue) = 240+196+125=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C47D is #0F3B82. Grayscale: #C9C9C9. Windows color (decimal): -998275 or 8242416. OLE color: 8242416.

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

Color convert

RGB240196125-
CMYK00.180.480.06
HSL37.04º79.31%71.57%-
HSV(B)37.04º47.92%94.12%-
XYZ59.3859.4927.75-
YUV201.0685.08155.77-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 125 (49.22% from 255) = 22.28%
R=42.78%
G=34.94%
B=22.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24019612500.180.480.0637.0479.3171.57
HexF0C47D012306254f48
Octal36030417502260645117110
Binary1111000011000100111110101001011000011010010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0C47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0C47D; }

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

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

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

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

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

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

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

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