#FAF189

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

Shades of Milan #FAF189

Tints of Milan #FAF189

Color information

#FAF189 (or 0xFAF189) is unknown color: approx Milan. HEX triplet: FA, F1 and 89. RGB value is (250,241,137). Sum of RGB (Red+Green+Blue) = 250+241+137=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 241 (94.53% from 255 or 38.38% from 628); Blue value is 137 (53.91% from 255 or 21.82% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF189 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF189 is #050E76. Grayscale: #E8E8E8. Windows color (decimal): -331383 or 9040378. OLE color: 9040378.

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

Color convert

RGB250241137-
CMYK00.040.450.02
HSL55.22º91.87%75.88%-
HSV(B)55.22º45.2%98.04%-
XYZ75.3985.0436.11-
YUV231.8374.48140.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 241 (94.53% from 255) = 38.38%
BLUE value IS 137 (53.91% from 255) = 21.82%
R=39.81%
G=38.38%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024113700.040.450.0255.2291.8775.88
HexFAF189042D2375c4c
Octal3723612110455267134114
Binary11111010111100011000100101001011011011011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF189; }

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

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

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

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

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

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

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

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