Html Css Color HEX #F0C484 Marzipan

📋 copy color: '#F0C484'

red 240 ◦ green 196 ◦ blue 132

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

Shades of Marzipan #F0C484

Tints of Marzipan #F0C484

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.51%

 BLUE value IS 132 (51.95% from 255) = 23.24%

R = 42.25%
G = 34.51%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F0C484 (or 0xF0C484) is known color: Marzipan. HEX triplet: F0, C4 and 84. RGB value is (240,196,132). Sum of RGB (Red+Green+Blue) = 240+196+132=568 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.25% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C484 is #0F3B7B. Grayscale: #CACACA. Windows color (decimal): -998268 or 8701168. OLE color: 8701168.

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

Color convert

RGB 240 196 132 -
CMYK 0 0.18 0.45 0.06
HSL 35.56º 0.78% 0.73% -
HSV(B) 35.56º 0.45% 0.94% -
XYZ 59.84 59.67 30.19 -
YUV 201.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 240 196 132 0 0.18 0.45 0.06 35.56 0.78 0.73
Hex F0 C4 84 0 12 2D 6 24 4E 49
Octal 360 304 204 0 22 55 6 44 116 111
Binary 11110000 11000100 10000100 0 10010 101101 110 100100 1001110 1001001

Color Harmonies of #F0C484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C484

Black with #F0C484

Text Example


Text Example

White with #F0C484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C484; }

 p { color: rgb(240,196,132); }

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

background-color css

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

 a { background-color: rgb(240,196,132); }

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

border-color css

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

 span { border-color: rgb(240,196,132); }

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