#F0CA7F

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

Shades of Marzipan #F0CA7F

Tints of Marzipan #F0CA7F

Color information

#F0CA7F (or 0xF0CA7F) is unknown color: approx Marzipan. HEX triplet: F0, CA and 7F. RGB value is (240,202,127). Sum of RGB (Red+Green+Blue) = 240+202+127=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA7F is #0F3580. Grayscale: #CDCDCD. Windows color (decimal): -996737 or 8375024. OLE color: 8375024.

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

Color convert

RGB240202127-
CMYK00.160.470.06
HSL39.82º79.02%71.96%-
HSV(B)39.82º47.08%94.12%-
XYZ60.8962.328.89-
YUV204.8184.09153.1-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.18%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 127 (50% from 255) = 22.32%
R=42.18%
G=35.50%
B=22.32%

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
Decimal24020212700.160.470.0639.8279.0271.96
HexF0CA7F0102F6284f48
Octal36031217702057650117110
Binary1111000011001010111111101000010111111010100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA7F; }

 p { color: rgb(240,202,127); }

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

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

 a { background-color: rgb(240,202,127); }

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

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

 span { border-color: rgb(240,202,127); }

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