Html Css Color HEX #F2C57E Marzipan

📋 copy color: '#F2C57E'

red 242 ◦ green 197 ◦ blue 126

#F2C57E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Marzipan #F2C57E

Tints of Marzipan #F2C57E

RGB

 RED value IS 242 (94.92% from 255) = 42.83%

 GREEN value IS 197 (77.34% from 255) = 34.87%

 BLUE value IS 126 (49.61% from 255) = 22.3%

R = 42.83%
G = 34.87%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2C57E (or 0xF2C57E) is known color: Marzipan. HEX triplet: F2, C5 and 7E. RGB value is (242,197,126). Sum of RGB (Red+Green+Blue) = 242+197+126=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 126 (49.61% from 255 or 22.30% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C57E is #0D3A81. Grayscale: #CACACA. Windows color (decimal): -866946 or 8308210. OLE color: 8308210.

HSL color Cylindrical-coordinate representation of color #F2C57E: hue angle of 36.72º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2C57E is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 197 126 -
CMYK 0 0.19 0.48 0.05
HSL 36.72º 0.82% 0.72% -
HSV(B) 36.72º 0.48% 0.95% -
XYZ 60.35 60.32 28.2 -
YUV 202.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 242 197 126 0 0.19 0.48 0.05 36.72 0.82 0.72
Hex F2 C5 7E 0 13 30 5 25 52 48
Octal 362 305 176 0 23 60 5 45 122 110
Binary 11110010 11000101 1111110 0 10011 110000 101 100101 1010010 1001000

Color Harmonies of #F2C57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C57E

Black with #F2C57E

Text Example


Text Example

White with #F2C57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C57E; }

 p { color: rgb(242,197,126); }

 H1.HeaderClassName
 {
   color: #F2C57E;
 }
 .AnyTagClassName
 {
   color: #F2C57E;
 }
</style>

background-color css

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

 a { background-color: rgb(242,197,126); }

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

border-color css

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

 span { border-color: rgb(242,197,126); }

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