Html Css Color HEX #F2C377 Marzipan

📋 copy color: '#F2C377'

red 242 ◦ green 195 ◦ blue 119

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

Shades of Marzipan #F2C377

Tints of Marzipan #F2C377

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.07%

 BLUE value IS 119 (46.88% from 255) = 21.4%

R = 43.53%
G = 35.07%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2C377 (or 0xF2C377) is known color: Marzipan. HEX triplet: F2, C3 and 77. RGB value is (242,195,119). Sum of RGB (Red+Green+Blue) = 242+195+119=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 119 (46.88% from 255 or 21.40% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C377 is #0D3C88. Grayscale: #C8C8C8. Windows color (decimal): -867465 or 7848946. OLE color: 7848946.

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

Color convert

RGB 242 195 119 -
CMYK 0 0.19 0.51 0.05
HSL 37.07º 0.83% 0.71% -
HSV(B) 37.07º 0.51% 0.95% -
XYZ 59.46 59.24 25.75 -
YUV 200.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 242 195 119 0 0.19 0.51 0.05 37.07 0.83 0.71
Hex F2 C3 77 0 13 33 5 25 53 47
Octal 362 303 167 0 23 63 5 45 123 107
Binary 11110010 11000011 1110111 0 10011 110011 101 100101 1010011 1000111

Color Harmonies of #F2C377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C377

Black with #F2C377

Text Example


Text Example

White with #F2C377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C377; }

 p { color: rgb(242,195,119); }

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

background-color css

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

 a { background-color: rgb(242,195,119); }

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

border-color css

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

 span { border-color: rgb(242,195,119); }

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