Html Css Color HEX #F0C482 Marzipan

📋 copy color: '#F0C482'

red 240 ◦ green 196 ◦ blue 130

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

Shades of Marzipan #F0C482

Tints of Marzipan #F0C482

RGB

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

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

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

R = 42.4%
G = 34.63%
B = 22.97%

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

#F0C482 (or 0xF0C482) is known color: Marzipan. HEX triplet: F0, C4 and 82. RGB value is (240,196,130). Sum of RGB (Red+Green+Blue) = 240+196+130=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C482 is #0F3B7D. Grayscale: #C9C9C9. Windows color (decimal): -998270 or 8570096. OLE color: 8570096.

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

Color convert

RGB 240 196 130 -
CMYK 0 0.18 0.46 0.06
HSL 36º 0.79% 0.73% -
HSV(B) 36º 0.46% 0.94% -
XYZ 59.7 59.62 29.48 -
YUV 201.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 240 196 130 0 0.18 0.46 0.06 36 0.79 0.73
Hex F0 C4 82 0 12 2E 6 24 4F 49
Octal 360 304 202 0 22 56 6 44 117 111
Binary 11110000 11000100 10000010 0 10010 101110 110 100100 1001111 1001001

Color Harmonies of #F0C482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C482

Black with #F0C482

Text Example


Text Example

White with #F0C482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C482; }

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

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

background-color css

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

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

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

border-color css

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

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

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