#F3F095

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

Shades of Milan #F3F095

Tints of Milan #F3F095

Color information

#F3F095 (or 0xF3F095) is unknown color: approx Milan. HEX triplet: F3, F0 and 95. RGB value is (243,240,149). Sum of RGB (Red+Green+Blue) = 243+240+149=632 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.45% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 149 (58.59% from 255 or 23.58% from 632); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F095 is #0C0F6A. Grayscale: #E6E6E6. Windows color (decimal): -790379 or 9826547. OLE color: 9826547.

HSL color Cylindrical-coordinate representation of color #F3F095: hue angle of 58.09º 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 #F3F095 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB243240149-
CMYK00.010.390.05
HSL58.09º79.66%76.86%-
HSV(B)58.09º38.68%95.29%-
XYZ73.5583.5440.68-
YUV230.5281.99136.9-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.45%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 149 (58.59% from 255) = 23.58%
R=38.45%
G=37.97%
B=23.58%

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
Decimal24324014900.010.390.0558.0979.6676.86
HexF3F095012753a504d
Octal3633602250147572120115
Binary1111001111110000100101010110011110111101010100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F095; }

 p { color: rgb(243,240,149); }

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

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

 a { background-color: rgb(243,240,149); }

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

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

 span { border-color: rgb(243,240,149); }

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