Html Css Color HEX #F2C27B Marzipan

📋 copy color: '#F2C27B'

red 242 ◦ green 194 ◦ blue 123

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

Shades of Marzipan #F2C27B

Tints of Marzipan #F2C27B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22%

R = 43.29%
G = 34.7%
B = 22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F2C27B (or 0xF2C27B) is known color: Marzipan. HEX triplet: F2, C2 and 7B. RGB value is (242,194,123). Sum of RGB (Red+Green+Blue) = 242+194+123=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 123 (48.44% from 255 or 22.00% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C27B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C27B is #0D3D84. Grayscale: #C8C8C8. Windows color (decimal): -867717 or 8110834. OLE color: 8110834.

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

Color convert

RGB 242 194 123 -
CMYK 0 0.20 0.49 0.05
HSL 35.8º 0.82% 0.72% -
HSV(B) 35.8º 0.49% 0.95% -
XYZ 59.48 58.89 26.97 -
YUV 200.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 242 194 123 0 0.20 0.49 0.05 35.8 0.82 0.72
Hex F2 C2 7B 0 14 31 5 24 52 48
Octal 362 302 173 0 24 61 5 44 122 110
Binary 11110010 11000010 1111011 0 10100 110001 101 100100 1010010 1001000

Color Harmonies of #F2C27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C27B

Black with #F2C27B

Text Example


Text Example

White with #F2C27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C27B; }

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

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

background-color css

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

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

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

border-color css

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

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

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