Html Css Color HEX #F2C675 Marzipan

📋 copy color: '#F2C675'

red 242 ◦ green 198 ◦ blue 117

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

Shades of Marzipan #F2C675

Tints of Marzipan #F2C675

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.55%

 BLUE value IS 117 (46.09% from 255) = 21.01%

R = 43.45%
G = 35.55%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2C675 (or 0xF2C675) is known color: Marzipan. HEX triplet: F2, C6 and 75. RGB value is (242,198,117). Sum of RGB (Red+Green+Blue) = 242+198+117=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 198 (77.73% from 255 or 35.55% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C675 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C675 is #0D398A. Grayscale: #CACACA. Windows color (decimal): -866699 or 7718642. OLE color: 7718642.

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

Color convert

RGB 242 198 117 -
CMYK 0 0.18 0.52 0.05
HSL 38.88º 0.83% 0.7% -
HSV(B) 38.88º 0.52% 0.95% -
XYZ 60.02 60.55 25.35 -
YUV 201.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 242 198 117 0 0.18 0.52 0.05 38.88 0.83 0.7
Hex F2 C6 75 0 12 34 5 27 53 46
Octal 362 306 165 0 22 64 5 47 123 106
Binary 11110010 11000110 1110101 0 10010 110100 101 100111 1010011 1000110

Color Harmonies of #F2C675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C675

Black with #F2C675

Text Example


Text Example

White with #F2C675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C675; }

 p { color: rgb(242,198,117); }

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

background-color css

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

 a { background-color: rgb(242,198,117); }

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

border-color css

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

 span { border-color: rgb(242,198,117); }

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