Html Css Color HEX #F0C57D Marzipan

📋 copy color: '#F0C57D'

red 240 ◦ green 197 ◦ blue 125

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

Shades of Marzipan #F0C57D

Tints of Marzipan #F0C57D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

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

R = 42.7%
G = 35.05%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0C57D (or 0xF0C57D) is known color: Marzipan. HEX triplet: F0, C5 and 7D. RGB value is (240,197,125). Sum of RGB (Red+Green+Blue) = 240+197+125=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C57D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C57D is #0F3A82. Grayscale: #C9C9C9. Windows color (decimal): -998019 or 8242672. OLE color: 8242672.

HSL color Cylindrical-coordinate representation of color #F0C57D: hue angle of 37.57º 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 #F0C57D is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 197 125 -
CMYK 0 0.18 0.48 0.06
HSL 37.57º 0.79% 0.72% -
HSV(B) 37.57º 0.48% 0.94% -
XYZ 59.6 59.94 27.83 -
YUV 201.65 84.75 155.35 -
System Red Green Blue C M Y K H S L
Decimal 240 197 125 0 0.18 0.48 0.06 37.57 0.79 0.72
Hex F0 C5 7D 0 12 30 6 26 4F 48
Octal 360 305 175 0 22 60 6 46 117 110
Binary 11110000 11000101 1111101 0 10010 110000 110 100110 1001111 1001000

Color Harmonies of #F0C57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C57D

Black with #F0C57D

Text Example


Text Example

White with #F0C57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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