#F3F196

Color #F3F196 Milan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milan #F3F196

Tints of Milan #F3F196

Color information

#F3F196 (or 0xF3F196) is unknown color: approx Milan. HEX triplet: F3, F1 and 96. RGB value is (243,241,150). Sum of RGB (Red+Green+Blue) = 243+241+150=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 150 (58.98% from 255 or 23.66% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F196 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F196 is #0C0E69. Grayscale: #E7E7E7. Windows color (decimal): -790122 or 9892339. OLE color: 9892339.

HSL color Cylindrical-coordinate representation of color #F3F196: hue angle of 58.71º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F3F196 is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB243241150-
CMYK00.010.380.05
HSL58.71º79.49%77.06%-
HSV(B)58.71º38.27%95.29%-
XYZ73.9284.1741.2-
YUV231.2282.16136.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.33%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 150 (58.98% from 255) = 23.66%
R=38.33%
G=38.01%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324115000.010.380.0558.7179.4977.06
HexF3F196012653b4f4d
Octal3633612260146573117115
Binary1111001111110001100101100110011010111101110011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F196; }

 p { color: rgb(243,241,150); }

 H1.HeaderClassName
 {
   color: #F3F196;
 }
 .AnyTagClassName
 {
   color: #F3F196;
 }
</style>
background-color css

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

 a { background-color: rgb(243,241,150); }

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

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

 span { border-color: rgb(243,241,150); }

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