Html Css Color HEX #F0C77D Marzipan

📋 copy color: '#F0C77D'

red 240 ◦ green 199 ◦ blue 125

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

Shades of Marzipan #F0C77D

Tints of Marzipan #F0C77D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.16%

R = 42.55%
G = 35.28%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0C77D (or 0xF0C77D) is known color: Marzipan. HEX triplet: F0, C7 and 7D. RGB value is (240,199,125). Sum of RGB (Red+Green+Blue) = 240+199+125=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 125 (49.22% from 255 or 22.16% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C77D is #0F3882. Grayscale: #CBCBCB. Windows color (decimal): -997507 or 8243184. OLE color: 8243184.

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

Color convert

RGB 240 199 125 -
CMYK 0 0.17 0.48 0.06
HSL 38.61º 0.79% 0.72% -
HSV(B) 38.61º 0.48% 0.94% -
XYZ 60.06 60.85 27.98 -
YUV 202.82 84.08 154.52 -
System Red Green Blue C M Y K H S L
Decimal 240 199 125 0 0.17 0.48 0.06 38.61 0.79 0.72
Hex F0 C7 7D 0 11 30 6 27 4F 48
Octal 360 307 175 0 21 60 6 47 117 110
Binary 11110000 11000111 1111101 0 10001 110000 110 100111 1001111 1001000

Color Harmonies of #F0C77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C77D

Black with #F0C77D

Text Example


Text Example

White with #F0C77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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