Html Css Color HEX #F0CC7D Marzipan

📋 copy color: '#F0CC7D'

red 240 ◦ green 204 ◦ blue 125

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

Shades of Marzipan #F0CC7D

Tints of Marzipan #F0CC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.85%

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

R = 42.18%
G = 35.85%
B = 21.97%

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

#F0CC7D (or 0xF0CC7D) is known color: Marzipan. HEX triplet: F0, CC and 7D. RGB value is (240,204,125). Sum of RGB (Red+Green+Blue) = 240+204+125=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0CC7D is #0F3382. Grayscale: #CECECE. Windows color (decimal): -996227 or 8244464. OLE color: 8244464.

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

Color convert

RGB 240 204 125 -
CMYK 0 0.15 0.48 0.06
HSL 41.22º 0.79% 0.72% -
HSV(B) 41.22º 0.48% 0.94% -
XYZ 61.23 63.19 28.37 -
YUV 205.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 240 204 125 0 0.15 0.48 0.06 41.22 0.79 0.72
Hex F0 CC 7D 0 F 30 6 29 4F 48
Octal 360 314 175 0 17 60 6 51 117 110
Binary 11110000 11001100 1111101 0 1111 110000 110 101001 1001111 1001000

Color Harmonies of #F0CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC7D

Black with #F0CC7D

Text Example


Text Example

White with #F0CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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