Html Css Color HEX #F0C882 Marzipan

📋 copy color: '#F0C882'

red 240 ◦ green 200 ◦ blue 130

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

Shades of Marzipan #F0C882

Tints of Marzipan #F0C882

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.09%

 BLUE value IS 130 (51.17% from 255) = 22.81%

R = 42.11%
G = 35.09%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F0C882 (or 0xF0C882) is known color: Marzipan. HEX triplet: F0, C8 and 82. RGB value is (240,200,130). Sum of RGB (Red+Green+Blue) = 240+200+130=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C882 is #0F377D. Grayscale: #CCCCCC. Windows color (decimal): -997246 or 8571120. OLE color: 8571120.

HSL color Cylindrical-coordinate representation of color #F0C882: hue angle of 38.18º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0C882 is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 200 130 -
CMYK 0 0.17 0.46 0.06
HSL 38.18º 0.79% 0.73% -
HSV(B) 38.18º 0.46% 0.94% -
XYZ 60.62 61.45 29.78 -
YUV 203.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 240 200 130 0 0.17 0.46 0.06 38.18 0.79 0.73
Hex F0 C8 82 0 11 2E 6 26 4F 49
Octal 360 310 202 0 21 56 6 46 117 111
Binary 11110000 11001000 10000010 0 10001 101110 110 100110 1001111 1001001

Color Harmonies of #F0C882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C882

Black with #F0C882

Text Example


Text Example

White with #F0C882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C882; }

 p { color: rgb(240,200,130); }

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

background-color css

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

 a { background-color: rgb(240,200,130); }

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

border-color css

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

 span { border-color: rgb(240,200,130); }

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