Html Css Color HEX #F0C572 Marzipan

📋 copy color: '#F0C572'

red 240 ◦ green 197 ◦ blue 114

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

Shades of Marzipan #F0C572

Tints of Marzipan #F0C572

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.75%

 BLUE value IS 114 (44.92% from 255) = 20.69%

R = 43.56%
G = 35.75%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#F0C572 (or 0xF0C572) is known color: Marzipan. HEX triplet: F0, C5 and 72. RGB value is (240,197,114). Sum of RGB (Red+Green+Blue) = 240+197+114=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C572 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C572 is #0F3A8D. Grayscale: #C8C8C8. Windows color (decimal): -998030 or 7521776. OLE color: 7521776.

HSL color Cylindrical-coordinate representation of color #F0C572: hue angle of 39.52º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0C572 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 197 114 -
CMYK 0 0.18 0.52 0.06
HSL 39.52º 0.81% 0.69% -
HSV(B) 39.52º 0.53% 0.94% -
XYZ 58.94 59.67 24.33 -
YUV 200.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 240 197 114 0 0.18 0.52 0.06 39.52 0.81 0.69
Hex F0 C5 72 0 12 34 6 28 51 45
Octal 360 305 162 0 22 64 6 50 121 105
Binary 11110000 11000101 1110010 0 10010 110100 110 101000 1010001 1000101

Color Harmonies of #F0C572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C572

Black with #F0C572

Text Example


Text Example

White with #F0C572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C572; }

 p { color: rgb(240,197,114); }

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

background-color css

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

 a { background-color: rgb(240,197,114); }

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

border-color css

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

 span { border-color: rgb(240,197,114); }

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