Html Css Color HEX #F2C281 Marzipan

📋 copy color: '#F2C281'

red 242 ◦ green 194 ◦ blue 129

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

Shades of Marzipan #F2C281

Tints of Marzipan #F2C281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.83%

R = 42.83%
G = 34.34%
B = 22.83%

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

#F2C281 (or 0xF2C281) is known color: Marzipan. HEX triplet: F2, C2 and 81. RGB value is (242,194,129). Sum of RGB (Red+Green+Blue) = 242+194+129=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 129 (50.78% from 255 or 22.83% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C281 is #0D3D7E. Grayscale: #C9C9C9. Windows color (decimal): -867711 or 8504050. OLE color: 8504050.

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

Color convert

RGB 242 194 129 -
CMYK 0 0.20 0.47 0.05
HSL 34.51º 0.81% 0.73% -
HSV(B) 34.51º 0.47% 0.95% -
XYZ 59.87 59.05 29.01 -
YUV 200.94 87.4 157.29 -
System Red Green Blue C M Y K H S L
Decimal 242 194 129 0 0.20 0.47 0.05 34.51 0.81 0.73
Hex F2 C2 81 0 14 2F 5 23 51 49
Octal 362 302 201 0 24 57 5 43 121 111
Binary 11110010 11000010 10000001 0 10100 101111 101 100011 1010001 1001001

Color Harmonies of #F2C281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C281

Black with #F2C281

Text Example


Text Example

White with #F2C281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C281; }

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

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

background-color css

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

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

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

border-color css

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

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

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