Html Css Color HEX #F0C477 Marzipan

📋 copy color: '#F0C477'

red 240 ◦ green 196 ◦ blue 119

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

Shades of Marzipan #F0C477

Tints of Marzipan #F0C477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.32%

 BLUE value IS 119 (46.88% from 255) = 21.44%

R = 43.24%
G = 35.32%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#F0C477 (or 0xF0C477) is known color: Marzipan. HEX triplet: F0, C4 and 77. RGB value is (240,196,119). Sum of RGB (Red+Green+Blue) = 240+196+119=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 119 (46.88% from 255 or 21.44% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C477 is #0F3B88. Grayscale: #C8C8C8. Windows color (decimal): -998281 or 7849200. OLE color: 7849200.

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

Color convert

RGB 240 196 119 -
CMYK 0 0.18 0.50 0.06
HSL 38.18º 0.8% 0.7% -
HSV(B) 38.18º 0.5% 0.94% -
XYZ 59 59.34 25.8 -
YUV 200.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 240 196 119 0 0.18 0.50 0.06 38.18 0.8 0.7
Hex F0 C4 77 0 12 32 6 26 50 46
Octal 360 304 167 0 22 62 6 46 120 106
Binary 11110000 11000100 1110111 0 10010 110010 110 100110 1010000 1000110

Color Harmonies of #F0C477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C477

Black with #F0C477

Text Example


Text Example

White with #F0C477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C477; }

 p { color: rgb(240,196,119); }

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

background-color css

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

 a { background-color: rgb(240,196,119); }

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

border-color css

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

 span { border-color: rgb(240,196,119); }

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