Html Css Color HEX #F2C47D Marzipan

📋 copy color: '#F2C47D'

red 242 ◦ green 196 ◦ blue 125

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

Shades of Marzipan #F2C47D

Tints of Marzipan #F2C47D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.81%

 BLUE value IS 125 (49.22% from 255) = 22.2%

R = 42.98%
G = 34.81%
B = 22.2%

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

#F2C47D (or 0xF2C47D) is known color: Marzipan. HEX triplet: F2, C4 and 7D. RGB value is (242,196,125). Sum of RGB (Red+Green+Blue) = 242+196+125=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 125 (49.22% from 255 or 22.20% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C47D is #0D3B82. Grayscale: #C9C9C9. Windows color (decimal): -867203 or 8242418. OLE color: 8242418.

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

Color convert

RGB 242 196 125 -
CMYK 0 0.19 0.48 0.05
HSL 36.41º 0.82% 0.72% -
HSV(B) 36.41º 0.48% 0.95% -
XYZ 60.06 59.84 27.79 -
YUV 201.66 84.74 156.77 -
System Red Green Blue C M Y K H S L
Decimal 242 196 125 0 0.19 0.48 0.05 36.41 0.82 0.72
Hex F2 C4 7D 0 13 30 5 24 52 48
Octal 362 304 175 0 23 60 5 44 122 110
Binary 11110010 11000100 1111101 0 10011 110000 101 100100 1010010 1001000

Color Harmonies of #F2C47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C47D

Black with #F2C47D

Text Example


Text Example

White with #F2C47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C47D; }

 p { color: rgb(242,196,125); }

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

background-color css

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

 a { background-color: rgb(242,196,125); }

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

border-color css

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

 span { border-color: rgb(242,196,125); }

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