Html Css Color HEX #F0CA7C Marzipan

📋 copy color: '#F0CA7C'

red 240 ◦ green 202 ◦ blue 124

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

Shades of Marzipan #F0CA7C

Tints of Marzipan #F0CA7C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.69%

 BLUE value IS 124 (48.83% from 255) = 21.91%

R = 42.4%
G = 35.69%
B = 21.91%

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

#F0CA7C (or 0xF0CA7C) is known color: Marzipan. HEX triplet: F0, CA and 7C. RGB value is (240,202,124). Sum of RGB (Red+Green+Blue) = 240+202+124=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 202 (79.30% from 255 or 35.69% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA7C is #0F3583. Grayscale: #CCCCCC. Windows color (decimal): -996740 or 8178416. OLE color: 8178416.

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

Color convert

RGB 240 202 124 -
CMYK 0 0.16 0.48 0.06
HSL 40.34º 0.79% 0.71% -
HSV(B) 40.34º 0.48% 0.94% -
XYZ 60.69 62.22 27.88 -
YUV 204.47 82.59 153.34 -
System Red Green Blue C M Y K H S L
Decimal 240 202 124 0 0.16 0.48 0.06 40.34 0.79 0.71
Hex F0 CA 7C 0 10 30 6 28 4F 47
Octal 360 312 174 0 20 60 6 50 117 107
Binary 11110000 11001010 1111100 0 10000 110000 110 101000 1001111 1000111

Color Harmonies of #F0CA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CA7C

Black with #F0CA7C

Text Example


Text Example

White with #F0CA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CA7C; }

 p { color: rgb(240,202,124); }

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

background-color css

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

 a { background-color: rgb(240,202,124); }

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

border-color css

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

 span { border-color: rgb(240,202,124); }

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