#F2C675

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

Shades of Marzipan #F2C675

Tints of Marzipan #F2C675

Color information

#F2C675 (or 0xF2C675) is unknown color: approx Marzipan. HEX triplet: F2, C6 and 75. RGB value is (242,198,117). Sum of RGB (Red+Green+Blue) = 242+198+117=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C675 is #0D398A. Grayscale: #CACACA. Windows color (decimal): -866699 or 7718642. OLE color: 7718642.

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

Color convert

RGB242198117-
CMYK00.180.520.05
HSL38.88º82.78%70.39%-
HSV(B)38.88º51.65%94.9%-
XYZ60.0260.5525.35-
YUV201.9280.08156.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.45%
GREEN value IS 198 (77.73% from 255) = 35.55%
BLUE value IS 117 (46.09% from 255) = 21.01%
R=43.45%
G=35.55%
B=21.01%

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
Decimal24219811700.180.520.0538.8882.7870.39
HexF2C675012345275346
Octal36230616502264547123106
Binary1111001011000110111010101001011010010110011110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2C675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2C675; }

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

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

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

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

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

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

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

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