#F3F194

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

Shades of Milan #F3F194

Tints of Milan #F3F194

Color information

#F3F194 (or 0xF3F194) is unknown color: approx Milan. HEX triplet: F3, F1 and 94. RGB value is (243,241,148). Sum of RGB (Red+Green+Blue) = 243+241+148=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 148 (58.20% from 255 or 23.42% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F194 is #0C0E6B. Grayscale: #E7E7E7. Windows color (decimal): -790124 or 9761267. OLE color: 9761267.

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

Color convert

RGB243241148-
CMYK00.010.390.05
HSL58.74º79.83%76.67%-
HSV(B)58.74º39.09%95.29%-
XYZ73.7684.140.36-
YUV23181.16136.56-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 241 (94.53% from 255) = 38.13%
BLUE value IS 148 (58.20% from 255) = 23.42%
R=38.45%
G=38.13%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324114800.010.390.0558.7479.8376.67
HexF3F194012753b504d
Octal3633612240147573120115
Binary1111001111110001100101000110011110111101110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F194; }

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

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

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

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

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

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

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

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