Html Css Color HEX #F0C682 Marzipan

📋 copy color: '#F0C682'

red 240 ◦ green 198 ◦ blue 130

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

Shades of Marzipan #F0C682

Tints of Marzipan #F0C682

RGB

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

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

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

R = 42.25%
G = 34.86%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F0C682 (or 0xF0C682) is known color: Marzipan. HEX triplet: F0, C6 and 82. RGB value is (240,198,130). Sum of RGB (Red+Green+Blue) = 240+198+130=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C682 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C682 is #0F397D. Grayscale: #CBCBCB. Windows color (decimal): -997758 or 8570608. OLE color: 8570608.

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

Color convert

RGB 240 198 130 -
CMYK 0 0.18 0.46 0.06
HSL 37.09º 0.79% 0.73% -
HSV(B) 37.09º 0.46% 0.94% -
XYZ 60.16 60.53 29.63 -
YUV 202.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 240 198 130 0 0.18 0.46 0.06 37.09 0.79 0.73
Hex F0 C6 82 0 12 2E 6 25 4F 49
Octal 360 306 202 0 22 56 6 45 117 111
Binary 11110000 11000110 10000010 0 10010 101110 110 100101 1001111 1001001

Color Harmonies of #F0C682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C682

Black with #F0C682

Text Example


Text Example

White with #F0C682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C682; }

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

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

background-color css

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

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

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

border-color css

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

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

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