#F2C775

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

Shades of Marzipan #F2C775

Tints of Marzipan #F2C775

Color information

#F2C775 (or 0xF2C775) is unknown color: approx Marzipan. HEX triplet: F2, C7 and 75. RGB value is (242,199,117). Sum of RGB (Red+Green+Blue) = 242+199+117=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 117 (46.09% from 255 or 20.97% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C775 is #0D388A. Grayscale: #CACACA. Windows color (decimal): -866443 or 7718898. OLE color: 7718898.

HSL color Cylindrical-coordinate representation of color #F2C775: hue angle of 39.36º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2C775 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB242199117-
CMYK00.180.520.05
HSL39.36º82.78%70.39%-
HSV(B)39.36º51.65%94.9%-
XYZ60.2561.0125.43-
YUV202.5179.75156.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.37%
GREEN value IS 199 (78.12% from 255) = 35.66%
BLUE value IS 117 (46.09% from 255) = 20.97%
R=43.37%
G=35.66%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24219911700.180.520.0539.3682.7870.39
HexF2C775012345275346
Octal36230716502264547123106
Binary1111001011000111111010101001011010010110011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C775; }

 p { color: rgb(242,199,117); }

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

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

 a { background-color: rgb(242,199,117); }

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

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

 span { border-color: rgb(242,199,117); }

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