Html Css Color HEX #F0C774 Marzipan

📋 copy color: '#F0C774'

red 240 ◦ green 199 ◦ blue 116

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

Shades of Marzipan #F0C774

Tints of Marzipan #F0C774

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.86%

 BLUE value IS 116 (45.7% from 255) = 20.9%

R = 43.24%
G = 35.86%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0C774 (or 0xF0C774) is known color: Marzipan. HEX triplet: F0, C7 and 74. RGB value is (240,199,116). Sum of RGB (Red+Green+Blue) = 240+199+116=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C774 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C774 is #0F388B. Grayscale: #CACACA. Windows color (decimal): -997516 or 7653360. OLE color: 7653360.

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

Color convert

RGB 240 199 116 -
CMYK 0 0.17 0.52 0.06
HSL 40.16º 0.81% 0.7% -
HSV(B) 40.16º 0.52% 0.94% -
XYZ 59.51 60.63 25.09 -
YUV 201.8 79.58 155.25 -
System Red Green Blue C M Y K H S L
Decimal 240 199 116 0 0.17 0.52 0.06 40.16 0.81 0.7
Hex F0 C7 74 0 11 34 6 28 51 46
Octal 360 307 164 0 21 64 6 50 121 106
Binary 11110000 11000111 1110100 0 10001 110100 110 101000 1010001 1000110

Color Harmonies of #F0C774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C774

Black with #F0C774

Text Example


Text Example

White with #F0C774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C774; }

 p { color: rgb(240,199,116); }

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

background-color css

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

 a { background-color: rgb(240,199,116); }

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

border-color css

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

 span { border-color: rgb(240,199,116); }

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