Html Css Color HEX #F2C67C Marzipan

📋 copy color: '#F2C67C'

red 242 ◦ green 198 ◦ blue 124

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

Shades of Marzipan #F2C67C

Tints of Marzipan #F2C67C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.11%

 BLUE value IS 124 (48.83% from 255) = 21.99%

R = 42.91%
G = 35.11%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2C67C (or 0xF2C67C) is known color: Marzipan. HEX triplet: F2, C6 and 7C. RGB value is (242,198,124). Sum of RGB (Red+Green+Blue) = 242+198+124=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 124 (48.83% from 255 or 21.99% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C67C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C67C is #0D3983. Grayscale: #CBCBCB. Windows color (decimal): -866692 or 8177394. OLE color: 8177394.

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

Color convert

RGB 242 198 124 -
CMYK 0 0.18 0.49 0.05
HSL 37.63º 0.82% 0.72% -
HSV(B) 37.63º 0.49% 0.95% -
XYZ 60.45 60.72 27.6 -
YUV 202.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 242 198 124 0 0.18 0.49 0.05 37.63 0.82 0.72
Hex F2 C6 7C 0 12 31 5 26 52 48
Octal 362 306 174 0 22 61 5 46 122 110
Binary 11110010 11000110 1111100 0 10010 110001 101 100110 1010010 1001000

Color Harmonies of #F2C67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C67C

Black with #F2C67C

Text Example


Text Example

White with #F2C67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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