#F3F295

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

Shades of Milan #F3F295

Tints of Milan #F3F295

Color information

#F3F295 (or 0xF3F295) is unknown color: approx Milan. HEX triplet: F3, F2 and 95. RGB value is (243,242,149). Sum of RGB (Red+Green+Blue) = 243+242+149=634 (83% of max value = 765). Red value is 243 (95.31% from 255 or 38.33% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 149 (58.59% from 255 or 23.50% from 634); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F295 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F295 is #0C0D6A. Grayscale: #E8E8E8. Windows color (decimal): -789867 or 9827059. OLE color: 9827059.

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

Color convert

RGB243242149-
CMYK00.000.390.05
HSL59.36º79.66%76.86%-
HSV(B)59.36º38.68%95.29%-
XYZ74.1484.7340.88-
YUV231.781.33136.06-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 38.33%
GREEN value IS 242 (94.92% from 255) = 38.17%
BLUE value IS 149 (58.59% from 255) = 23.50%
R=38.33%
G=38.17%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324214900.000.390.0559.3679.6676.86
HexF3F295002753b504d
Octal3633622250047573120115
Binary1111001111110010100101010010011110111101110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F295; }

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

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

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

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

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

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

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

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