Html Css Color HEX #F0C483 Marzipan

📋 copy color: '#F0C483'

red 240 ◦ green 196 ◦ blue 131

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

Shades of Marzipan #F0C483

Tints of Marzipan #F0C483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.1%

R = 42.33%
G = 34.57%
B = 23.1%

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

#F0C483 (or 0xF0C483) is known color: Marzipan. HEX triplet: F0, C4 and 83. RGB value is (240,196,131). Sum of RGB (Red+Green+Blue) = 240+196+131=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 131 (51.56% from 255 or 23.10% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C483 is #0F3B7C. Grayscale: #CACACA. Windows color (decimal): -998269 or 8635632. OLE color: 8635632.

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

Color convert

RGB 240 196 131 -
CMYK 0 0.18 0.45 0.06
HSL 35.78º 0.78% 0.73% -
HSV(B) 35.78º 0.45% 0.94% -
XYZ 59.77 59.64 29.83 -
YUV 201.75 88.08 155.29 -
System Red Green Blue C M Y K H S L
Decimal 240 196 131 0 0.18 0.45 0.06 35.78 0.78 0.73
Hex F0 C4 83 0 12 2D 6 24 4E 49
Octal 360 304 203 0 22 55 6 44 116 111
Binary 11110000 11000100 10000011 0 10010 101101 110 100100 1001110 1001001

Color Harmonies of #F0C483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C483

Black with #F0C483

Text Example


Text Example

White with #F0C483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C483; }

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

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

background-color css

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

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

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

border-color css

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

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

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