#FAF387

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

Shades of Milan #FAF387

Tints of Milan #FAF387

Color information

#FAF387 (or 0xFAF387) is unknown color: approx Milan. HEX triplet: FA, F3 and 87. RGB value is (250,243,135). Sum of RGB (Red+Green+Blue) = 250+243+135=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 135 (53.12% from 255 or 21.50% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF387 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF387 is #050C78. Grayscale: #E9E9E9. Windows color (decimal): -330873 or 8909818. OLE color: 8909818.

HSL color Cylindrical-coordinate representation of color #FAF387: hue angle of 56.35º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAF387 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250243135-
CMYK00.030.460.02
HSL56.35º92%75.49%-
HSV(B)56.35º46%98.04%-
XYZ75.8586.1735.56-
YUV232.7872.82140.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 243 (95.31% from 255) = 38.69%
BLUE value IS 135 (53.12% from 255) = 21.50%
R=39.81%
G=38.69%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024313500.030.460.0256.359275.49
HexFAF387032E2385c4b
Octal3723632070356270134113
Binary1111101011110011100001110111011101011100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF387; }

 p { color: rgb(250,243,135); }

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

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

 a { background-color: rgb(250,243,135); }

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

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

 span { border-color: rgb(250,243,135); }

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