Html Css Color HEX #F2C779 Marzipan

📋 copy color: '#F2C779'

red 242 ◦ green 199 ◦ blue 121

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

Shades of Marzipan #F2C779

Tints of Marzipan #F2C779

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.41%

 BLUE value IS 121 (47.66% from 255) = 21.53%

R = 43.06%
G = 35.41%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2C779 (or 0xF2C779) is known color: Marzipan. HEX triplet: F2, C7 and 79. RGB value is (242,199,121). Sum of RGB (Red+Green+Blue) = 242+199+121=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C779 is #0D3886. Grayscale: #CBCBCB. Windows color (decimal): -866439 or 7981042. OLE color: 7981042.

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

Color convert

RGB 242 199 121 -
CMYK 0 0.18 0.50 0.05
HSL 38.68º 0.82% 0.71% -
HSV(B) 38.68º 0.5% 0.95% -
XYZ 60.49 61.1 26.7 -
YUV 202.97 81.75 155.84 -
System Red Green Blue C M Y K H S L
Decimal 242 199 121 0 0.18 0.50 0.05 38.68 0.82 0.71
Hex F2 C7 79 0 12 32 5 27 52 47
Octal 362 307 171 0 22 62 5 47 122 107
Binary 11110010 11000111 1111001 0 10010 110010 101 100111 1010010 1000111

Color Harmonies of #F2C779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C779

Black with #F2C779

Text Example


Text Example

White with #F2C779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C779; }

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

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

background-color css

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

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

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

border-color css

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

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

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