Html Css Color HEX #F1C482 Marzipan

📋 copy color: '#F1C482'

red 241 ◦ green 196 ◦ blue 130

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

Shades of Marzipan #F1C482

Tints of Marzipan #F1C482

RGB

 RED value IS 241 (94.53% from 255) = 42.5%

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

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

R = 42.5%
G = 34.57%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1C482 (or 0xF1C482) is known color: Marzipan. HEX triplet: F1, C4 and 82. RGB value is (241,196,130). Sum of RGB (Red+Green+Blue) = 241+196+130=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 130 (51.17% from 255 or 22.93% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1C482 is #0E3B7D. Grayscale: #CACACA. Windows color (decimal): -932734 or 8570097. OLE color: 8570097.

HSL color Cylindrical-coordinate representation of color #F1C482: hue angle of 35.68º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F1C482 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 196 130 -
CMYK 0 0.19 0.46 0.05
HSL 35.68º 0.8% 0.73% -
HSV(B) 35.68º 0.46% 0.95% -
XYZ 60.04 59.79 29.5 -
YUV 201.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 241 196 130 0 0.19 0.46 0.05 35.68 0.8 0.73
Hex F1 C4 82 0 13 2E 5 24 50 49
Octal 361 304 202 0 23 56 5 44 120 111
Binary 11110001 11000100 10000010 0 10011 101110 101 100100 1010000 1001001

Color Harmonies of #F1C482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1C482

Black with #F1C482

Text Example


Text Example

White with #F1C482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1C482; }

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

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

background-color css

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

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

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

border-color css

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

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

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