Html Css Color HEX #F0C97D Marzipan

📋 copy color: '#F0C97D'

red 240 ◦ green 201 ◦ blue 125

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

Shades of Marzipan #F0C97D

Tints of Marzipan #F0C97D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.51%

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

R = 42.4%
G = 35.51%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0C97D (or 0xF0C97D) is known color: Marzipan. HEX triplet: F0, C9 and 7D. RGB value is (240,201,125). Sum of RGB (Red+Green+Blue) = 240+201+125=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C97D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C97D is #0F3682. Grayscale: #CCCCCC. Windows color (decimal): -996995 or 8243696. OLE color: 8243696.

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

Color convert

RGB 240 201 125 -
CMYK 0 0.16 0.48 0.06
HSL 39.65º 0.79% 0.72% -
HSV(B) 39.65º 0.48% 0.94% -
XYZ 60.52 61.78 28.14 -
YUV 204 83.42 153.68 -
System Red Green Blue C M Y K H S L
Decimal 240 201 125 0 0.16 0.48 0.06 39.65 0.79 0.72
Hex F0 C9 7D 0 10 30 6 28 4F 48
Octal 360 311 175 0 20 60 6 50 117 110
Binary 11110000 11001001 1111101 0 10000 110000 110 101000 1001111 1001000

Color Harmonies of #F0C97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C97D

Black with #F0C97D

Text Example


Text Example

White with #F0C97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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