#FAF195

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

Shades of Milan #FAF195

Tints of Milan #FAF195

Color information

#FAF195 (or 0xFAF195) is unknown color: approx Milan. HEX triplet: FA, F1 and 95. RGB value is (250,241,149). Sum of RGB (Red+Green+Blue) = 250+241+149=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 149 (58.59% from 255 or 23.28% from 640); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF195 is #050E6A. Grayscale: #E9E9E9. Windows color (decimal): -331371 or 9826810. OLE color: 9826810.

HSL color Cylindrical-coordinate representation of color #FAF195: hue angle of 54.65º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAF195 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250241149-
CMYK00.040.400.02
HSL54.65º90.99%78.24%-
HSV(B)54.65º40.4%98.04%-
XYZ76.385.440.9-
YUV233.280.48139.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 241 (94.53% from 255) = 37.66%
BLUE value IS 149 (58.59% from 255) = 23.28%
R=39.06%
G=37.66%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024114900.040.400.0254.6590.9978.24
HexFAF19504282375b4e
Octal3723612250450267133116
Binary11111010111100011001010101001010001011011110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF195; }

 p { color: rgb(250,241,149); }

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

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

 a { background-color: rgb(250,241,149); }

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

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

 span { border-color: rgb(250,241,149); }

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