Html Css Color HEX #F0CA7E Marzipan

📋 copy color: '#F0CA7E'

red 240 ◦ green 202 ◦ blue 126

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

Shades of Marzipan #F0CA7E

Tints of Marzipan #F0CA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.18%

R = 42.25%
G = 35.56%
B = 22.18%

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

#F0CA7E (or 0xF0CA7E) is known color: Marzipan. HEX triplet: F0, CA and 7E. RGB value is (240,202,126). Sum of RGB (Red+Green+Blue) = 240+202+126=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CA7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CA7E is #0F3581. Grayscale: #CDCDCD. Windows color (decimal): -996738 or 8309488. OLE color: 8309488.

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

Color convert

RGB 240 202 126 -
CMYK 0 0.16 0.48 0.06
HSL 40º 0.79% 0.72% -
HSV(B) 40º 0.48% 0.94% -
XYZ 60.82 62.27 28.55 -
YUV 204.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 240 202 126 0 0.16 0.48 0.06 40 0.79 0.72
Hex F0 CA 7E 0 10 30 6 28 4F 48
Octal 360 312 176 0 20 60 6 50 117 110
Binary 11110000 11001010 1111110 0 10000 110000 110 101000 1001111 1001000

Color Harmonies of #F0CA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CA7E

Black with #F0CA7E

Text Example


Text Example

White with #F0CA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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