Html Css Color HEX #F0CB7D Marzipan

📋 copy color: '#F0CB7D'

red 240 ◦ green 203 ◦ blue 125

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

Shades of Marzipan #F0CB7D

Tints of Marzipan #F0CB7D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.74%

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

R = 42.25%
G = 35.74%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F0CB7D (or 0xF0CB7D) is known color: Marzipan. HEX triplet: F0, CB and 7D. RGB value is (240,203,125). Sum of RGB (Red+Green+Blue) = 240+203+125=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CB7D is #0F3482. Grayscale: #CDCDCD. Windows color (decimal): -996483 or 8244208. OLE color: 8244208.

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

Color convert

RGB 240 203 125 -
CMYK 0 0.15 0.48 0.06
HSL 40.7º 0.79% 0.72% -
HSV(B) 40.7º 0.48% 0.94% -
XYZ 60.99 62.72 28.29 -
YUV 205.17 82.76 152.84 -
System Red Green Blue C M Y K H S L
Decimal 240 203 125 0 0.15 0.48 0.06 40.7 0.79 0.72
Hex F0 CB 7D 0 F 30 6 29 4F 48
Octal 360 313 175 0 17 60 6 51 117 110
Binary 11110000 11001011 1111101 0 1111 110000 110 101001 1001111 1001000

Color Harmonies of #F0CB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CB7D

Black with #F0CB7D

Text Example


Text Example

White with #F0CB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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