Html Css Color HEX #F2C37F Marzipan

📋 copy color: '#F2C37F'

red 242 ◦ green 195 ◦ blue 127

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

Shades of Marzipan #F2C37F

Tints of Marzipan #F2C37F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.52%

R = 42.91%
G = 34.57%
B = 22.52%

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

#F2C37F (or 0xF2C37F) is known color: Marzipan. HEX triplet: F2, C3 and 7F. RGB value is (242,195,127). Sum of RGB (Red+Green+Blue) = 242+195+127=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 195 (76.56% from 255 or 34.57% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C37F is #0D3C80. Grayscale: #C9C9C9. Windows color (decimal): -867457 or 8373234. OLE color: 8373234.

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

Color convert

RGB 242 195 127 -
CMYK 0 0.19 0.48 0.05
HSL 35.48º 0.82% 0.72% -
HSV(B) 35.48º 0.48% 0.95% -
XYZ 59.96 59.44 28.39 -
YUV 201.3 86.07 157.03 -
System Red Green Blue C M Y K H S L
Decimal 242 195 127 0 0.19 0.48 0.05 35.48 0.82 0.72
Hex F2 C3 7F 0 13 30 5 23 52 48
Octal 362 303 177 0 23 60 5 43 122 110
Binary 11110010 11000011 1111111 0 10011 110000 101 100011 1010010 1001000

Color Harmonies of #F2C37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C37F

Black with #F2C37F

Text Example


Text Example

White with #F2C37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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