#F0CA7E

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

Shades of Marzipan #F0CA7E

Tints of Marzipan #F0CA7E

Color information

#F0CA7E (or 0xF0CA7E) is unknown color: approx Marzipan. HEX triplet: F0, CA and 7E. RGB value is (240,202,126). Sum of RGB (Red+Green+Blue) = 240+202+126=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA7E is #0F3581. Grayscale: #CDCDCD. Windows color (decimal): -996738 or 8309488. OLE color: 8309488.

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

Color convert

RGB240202126-
CMYK00.160.480.06
HSL40º79.17%71.76%-
HSV(B)40º47.5%94.12%-
XYZ60.8262.2728.55-
YUV204.783.59153.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.25%
GREEN value IS 202 (79.30% from 255) = 35.56%
BLUE value IS 126 (49.61% from 255) = 22.18%
R=42.25%
G=35.56%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020212600.160.480.064079.1771.76
HexF0CA7E010306284f48
Octal36031217602060650117110
Binary1111000011001010111111001000011000011010100010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CA7E; }

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

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

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

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

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

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

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

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