Html Css Color HEX #F0C672 Marzipan

📋 copy color: '#F0C672'

red 240 ◦ green 198 ◦ blue 114

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

Shades of Marzipan #F0C672

Tints of Marzipan #F0C672

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.87%

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

R = 43.48%
G = 35.87%
B = 20.65%

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

#F0C672 (or 0xF0C672) is known color: Marzipan. HEX triplet: F0, C6 and 72. RGB value is (240,198,114). Sum of RGB (Red+Green+Blue) = 240+198+114=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 198 (77.73% from 255 or 35.87% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0C672 is #0F398D. Grayscale: #C9C9C9. Windows color (decimal): -997774 or 7522032. OLE color: 7522032.

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

Color convert

RGB 240 198 114 -
CMYK 0 0.18 0.52 0.06
HSL 40º 0.81% 0.69% -
HSV(B) 40º 0.53% 0.94% -
XYZ 59.17 60.13 24.41 -
YUV 200.98 78.91 155.83 -
System Red Green Blue C M Y K H S L
Decimal 240 198 114 0 0.18 0.52 0.06 40 0.81 0.69
Hex F0 C6 72 0 12 34 6 28 51 45
Octal 360 306 162 0 22 64 6 50 121 105
Binary 11110000 11000110 1110010 0 10010 110100 110 101000 1010001 1000101

Color Harmonies of #F0C672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C672

Black with #F0C672

Text Example


Text Example

White with #F0C672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C672; }

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

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

background-color css

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

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

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

border-color css

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

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

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