Html Css Color HEX #F2C875 Marzipan

📋 copy color: '#F2C875'

red 242 ◦ green 200 ◦ blue 117

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

Shades of Marzipan #F2C875

Tints of Marzipan #F2C875

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.78%

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

R = 43.29%
G = 35.78%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F2C875 (or 0xF2C875) is known color: Marzipan. HEX triplet: F2, C8 and 75. RGB value is (242,200,117). Sum of RGB (Red+Green+Blue) = 242+200+117=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C875 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2C875 is #0D378A. Grayscale: #CBCBCB. Windows color (decimal): -866187 or 7719154. OLE color: 7719154.

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

Color convert

RGB 242 200 117 -
CMYK 0 0.17 0.52 0.05
HSL 39.84º 0.83% 0.7% -
HSV(B) 39.84º 0.52% 0.95% -
XYZ 60.48 61.47 25.51 -
YUV 203.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 242 200 117 0 0.17 0.52 0.05 39.84 0.83 0.7
Hex F2 C8 75 0 11 34 5 28 53 46
Octal 362 310 165 0 21 64 5 50 123 106
Binary 11110010 11001000 1110101 0 10001 110100 101 101000 1010011 1000110

Color Harmonies of #F2C875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C875

Black with #F2C875

Text Example


Text Example

White with #F2C875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C875; }

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

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

background-color css

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

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

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

border-color css

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

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

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