Html Css Color HEX #F0C876 Marzipan

📋 copy color: '#F0C876'

red 240 ◦ green 200 ◦ blue 118

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

Shades of Marzipan #F0C876

Tints of Marzipan #F0C876

RGB

 RED value IS 240 (94.14% from 255) = 43.01%

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

 BLUE value IS 118 (46.48% from 255) = 21.15%

R = 43.01%
G = 35.84%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#F0C876 (or 0xF0C876) is known color: Marzipan. HEX triplet: F0, C8 and 76. RGB value is (240,200,118). Sum of RGB (Red+Green+Blue) = 240+200+118=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C876 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C876 is #0F3789. Grayscale: #CACACA. Windows color (decimal): -997258 or 7784688. OLE color: 7784688.

HSL color Cylindrical-coordinate representation of color #F0C876: hue angle of 40.33º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0C876 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 200 118 -
CMYK 0 0.17 0.51 0.06
HSL 40.33º 0.8% 0.7% -
HSV(B) 40.33º 0.51% 0.94% -
XYZ 59.86 61.14 25.79 -
YUV 202.61 80.25 154.67 -
System Red Green Blue C M Y K H S L
Decimal 240 200 118 0 0.17 0.51 0.06 40.33 0.8 0.7
Hex F0 C8 76 0 11 33 6 28 50 46
Octal 360 310 166 0 21 63 6 50 120 106
Binary 11110000 11001000 1110110 0 10001 110011 110 101000 1010000 1000110

Color Harmonies of #F0C876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C876

Black with #F0C876

Text Example


Text Example

White with #F0C876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C876; }

 p { color: rgb(240,200,118); }

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

background-color css

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

 a { background-color: rgb(240,200,118); }

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

border-color css

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

 span { border-color: rgb(240,200,118); }

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