Html Css Color HEX #F2C280 Marzipan

📋 copy color: '#F2C280'

red 242 ◦ green 194 ◦ blue 128

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

Shades of Marzipan #F2C280

Tints of Marzipan #F2C280

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.4%

 BLUE value IS 128 (50.39% from 255) = 22.7%

R = 42.91%
G = 34.4%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F2C280 (or 0xF2C280) is known color: Marzipan. HEX triplet: F2, C2 and 80. RGB value is (242,194,128). Sum of RGB (Red+Green+Blue) = 242+194+128=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C280 is #0D3D7F. Grayscale: #C9C9C9. Windows color (decimal): -867712 or 8438514. OLE color: 8438514.

HSL color Cylindrical-coordinate representation of color #F2C280: hue angle of 34.74º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2C280 is Cyan = 0, Magento = 0.20, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 194 128 -
CMYK 0 0.20 0.47 0.05
HSL 34.74º 0.81% 0.73% -
HSV(B) 34.74º 0.47% 0.95% -
XYZ 59.81 59.02 28.66 -
YUV 200.83 86.9 157.37 -
System Red Green Blue C M Y K H S L
Decimal 242 194 128 0 0.20 0.47 0.05 34.74 0.81 0.73
Hex F2 C2 80 0 14 2F 5 23 51 49
Octal 362 302 200 0 24 57 5 43 121 111
Binary 11110010 11000010 10000000 0 10100 101111 101 100011 1010001 1001001

Color Harmonies of #F2C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C280

Black with #F2C280

Text Example


Text Example

White with #F2C280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C280; }

 p { color: rgb(242,194,128); }

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

background-color css

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

 a { background-color: rgb(242,194,128); }

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

border-color css

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

 span { border-color: rgb(242,194,128); }

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